Concepts
Accounts
Bank accounts let customers receive fiat funds or send payouts to their own bank details.
Accounts belong to customers and describe fiat bank details. Create virtual accounts when a customer needs dedicated receiving details. Import external accounts when a customer needs to send funds to their own bank account.
Customer accounts are separate from recipient accounts. Use customer accounts for first-party flows and recipients for third-party payouts.
API Reference
| Operation | Use it for |
|---|---|
GET /v1/customers/{customerId}/accounts | List customer bank accounts. |
POST /v1/customers/{customerId}/accounts | Create a virtual bank account. |
POST /v1/customers/{customerId}/accounts/import | Import an external bank account. |
GET /v1/customers/{customerId}/accounts/{accountId} | Retrieve a bank account. |
DELETE /v1/customers/{customerId}/accounts/{accountId} | Delete a bank account. |