Swipelux
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

OperationUse it for
GET /v1/customers/{customerId}/accountsList customer bank accounts.
POST /v1/customers/{customerId}/accountsCreate a virtual bank account.
POST /v1/customers/{customerId}/accounts/importImport an external bank account.
GET /v1/customers/{customerId}/accounts/{accountId}Retrieve a bank account.
DELETE /v1/customers/{customerId}/accounts/{accountId}Delete a bank account.

On this page