End-to-end Payment Flow
A high-level payment flow from quote to settlement.
This walkthrough covers a typical payment integration lifecycle:
- Create or resolve the funding wallet.
- Build and validate transfer intent (amount, destination, token).
- Choose signing mode:
- custody execution (server signs and submits)
- prepare mode (client signs)
- Execute the transfer and capture identifiers for observability.
- Query transfer status until finalization.
- 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.