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