v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBAccounts
Register a bank payout destination
Creates a bank account as a payout destination. Request body must be nested (bank, owner, address) — not flat. Use GET /api/account/bank-form for fields and includeExample=true for a sample body. Use X-On-Behalf-Of to target a sub-merchant.
post/api/account/bank
Request body
Response
Register a bank payout destination successful
Example response
{
"id": "acc_1234567890abcdef",
"accountOwnerName": "John Doe",
"bankInfo": "….4242",
"iban": "FR7630006000011234567890189",
"accountNumber": "1234567890",
"bic": "BNPAFRPP",
"routingNumber": "021000021",
"businessName": "Acme Inc.",
"address": "0xABC123…",
"country": "FR",
"network": "base",
"label": "My USDC wallet",
"isAvailable": true
}