3. Create account
POST {{host}}/v1/accounts
Request Body
{"accountHolderName"=>"Person USD", "currency"=>"USD", "type"=>"ABA", "details"=>{"address"=>{"city"=>"Delhi", "countryCode"=>"IN", "postCode"=>"110033", "firstLine"=>"158 Wall Street"}, "country"=>"IN", "legalType"=>"PRIVATE", "abartn"=>"064000020", "accountType"=>"CHECKING", "accountNumber"=>"40000000000", "email"=>"example@foobar.com"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |