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).
- Submit the transfer — SDP builds the transaction, signs with the source custody wallet, and submits it.
- Capture the returned identifiers for observability.
- Query transfer status until finalization.
- Reconcile with your product ledger and user-facing state.
Use the Payments API reference and Wallets API reference for endpoint-level request and response details.
Is this page helpful?