Send Funds
First-party Payouts
Send funds to a customer's own external bank account.
First-party payouts move funds from a customer wallet to that customer's own external bank account. Import the account, create a payout quote, execute the payout, and track the resulting transfer.
First-party Payout Workflow
accountHolderName must match the legal name on the destination bank account. Do not use display names or profile names.
Endpoint Sequence
API Reference
| Operation | Use it for |
|---|---|
POST /v1/customers/{customerId}/accounts/import | Import the customer's external bank account. |
GET /v1/customers/{customerId}/accounts | List available customer accounts. |
POST /v1/payout/quote | Create a payout quote. |
POST /v1/payout | Execute a payout. |
GET /v1/transfers/{id} | Track the payout transfer. |