v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBAccounts
List payout destination accounts
Returns payout destinations (bank and wallet) for the authenticated merchant. Use X-On-Behalf-Of to target a sub-merchant. Optionally filter by balance currency.
get/api/account
Query parameters
currency'USDC' | 'EURC'
Filter destinations available for the given balance currency
Response
List payout destination accounts 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
}
]