Overview
Userequest when your user wants to ask someone else for money. The requester opens the magic link, composes the ask (route, amount, payout), and shares a payer-facing link. The payer completes payment on a fund-request flow.
Create example
config is optional. Prefilling userData (and destination hints) reduces friction for the requester — see User data.
The payer experience is a separate link with
flow: "fund-request". Partners sometimes mint that link themselves when the request payload is already known — see Fund request.Lifecycle and webhooks
After the requester finishes, the platform mints a fund-request link for the sender. When the sender pays, you receiveoperation.created (with requestId when applicable) and later a terminal operation.completed / failed / cancelled.
Full journey (including legacy Request API): Request money lifecycle.
Next steps
Fund request
Payer fulfills the ask.
Request money lifecycle
Ask → fund-request → operation.
Create links
Shared envelope and discriminators.