Swipelux
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

POST /v1/customers/{customerId}/accounts/import
GET /v1/customers/{customerId}/accounts
POST /v1/payout/quote
POST /v1/payout
GET /v1/transfers/{id}

API Reference

OperationUse it for
POST /v1/customers/{customerId}/accounts/importImport the customer's external bank account.
GET /v1/customers/{customerId}/accountsList available customer accounts.
POST /v1/payout/quoteCreate a payout quote.
POST /v1/payoutExecute a payout.
GET /v1/transfers/{id}Track the payout transfer.

On this page