v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
MultiCurrency Wallets

Issue a bank account to a subaccount

post/v0.2.4/multicurrency-wallets/bank-account

Request body

subAccountstring required

ID of the subaccount to issue the bank account to

currencystring required

Currency code for the bank account (must be enabled for parent account)

Example request

{
  "subAccount": "907b90ef-d723-4b07-9f74-480afb5f09ef",
  "currency": "USD"
}

Response

Success

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Bank account issued successfully"
}