End-to-end Payment Flow

A high-level payment flow from quote to settlement.

This walkthrough covers a typical payment integration lifecycle:

  1. Create or resolve the funding wallet.
  2. Build and validate transfer intent (amount, destination, token).
  3. Choose signing mode:
  • custody execution (server signs and submits)
  • prepare mode (client signs)
  1. Execute the transfer and capture identifiers for observability.
  2. Query transfer status until finalization.
  3. Reconcile with your product ledger and user-facing state.

Use the Payments API reference, Wallets API reference, and Prepare vs Execute guide for endpoint-level request and response details.