Add Bank Account
POST {{url}}/client/{{client_id}}/bankAccounts
Request Body
{"beneficiaryCountryCode"=>"HK", "beneficiaryCurrencyCode"=>"HKD", "bankName"=>"CITY", "accountType"=>"Company", "accountNumber"=>"77001264", "routingCodeType1"=>"BANK CODE", "routingCodeValue1"=>"063"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |