Create a bank account for a platform sub-merchant
bankName | string |
accountName required | string |
accountNumber required | string |
country required | string (Country) ISO-3166 two letter country code for where the merchant is a tax resident. |
currency required | string Three-letter ISO currency code, in uppercase. See https://www.iso.org/iso-4217-currency-codes.html |
routingNumber required | string |
{- "bankName": "string",
- "accountName": "string",
- "accountNumber": "string",
- "country": "AU",
- "currency": "AUD",
- "routingNumber": "string"
}
{- "accountId": "xacc_ZV_0Zw0oZAM0c3pF"
}