Add a payout account to an existing beneficiary
Used by the frontend “Add account” UI on the beneficiary detail page.
Authorizations
Enter Auth0 JWT token
Path Parameters
Unique identifier for the beneficiary
"123e4567-e89b-12d3-a456-426614174000"
Body
Currency code (ISO 4217). Default enabled currencies: EUR, USD, GBP, USDC, EURC, NGN. Contact your account manager to enable additional currencies.
EUR, USD, GBP, USDC, USDT, EURC, NGN, XOF, XAF, GHS "EUR"
Account data specific to the account type
{
"bic": "DEUTDEFF",
"iban": "DE89370400440532013000"
}Type of payment account
iban, card, bank_account, wallet, swift "iban"
Response
Creation timestamp
"2024-01-15T10:30:00Z"
Currency code (ISO 4217). Default enabled currencies: EUR, USD, GBP, USDC, EURC, NGN. Contact your account manager to enable additional currencies.
EUR, USD, GBP, USDC, USDT, EURC, NGN, XOF, XAF, GHS "EUR"
Account data specific to the account type
{
"bic": "DEUTDEFF",
"iban": "DE89370400440532013000"
}Unique identifier for the account
"123e4567-e89b-12d3-a456-426614174000"
Status of the account
active, suspended, closed "active"
Type of payment account
iban, card, bank_account, wallet, swift "iban"
Last update timestamp
"2024-01-15T10:35:00Z"
Resolution status of the account number against the bank (NGN bank accounts only).
unresolved, resolved, invalid "resolved"
Account-holder name returned by the bank when the account was resolved, if available.
"JANE DOE"