Skip to main content

Overview

Deferred payout splits the journey:
  1. Sender funds now on deferred-payout-origination
  2. Recipient claims later on payout-claim
Use this when the beneficiary should receive funds after the sender has already committed, without both parties completing the same session.

Originate (sender)

Optional config can prefill user data and corridor pins (same general shape as send). See OpenAPI for the current schema.

Claim (recipient)

payout-claim is the recipient/claim side. Platforms often mint claim links automatically after origination. You can also create flow: "payout-claim" via POST /partner/links when your integration owns claim distribution — see OpenAPI (CreatePayoutClaimLinkDto) for required fields such as origination or send-commitment inputs.
Listen for standard Partner webhooks (operation.created, operation.cancelled, …) as the claim binds into an operation.

Next steps

Flows catalog

How flows fit in the platform.

Operations

Query operations after claim.