v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBAccounts
Get a payout destination by id
Returns a specific payout destination (bank or wallet). Use X-On-Behalf-Of to target a sub-merchant.
get/api/account/{accountId}
Path parameters
accountIdstring required
Example:acc_1234567890abcdef
Unique identifier of the payout destination
Response
Get a payout destination by id 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
}