Create Deposit Account

POST {{server_url}}/accounts

Remove 'balance' and 'hold' from the request

Request Body

{"data"=>{"type"=>"depositAccount", "attributes"=>{"depositProduct"=>"checking", "tags"=>{"purpose"=>"checking"}}, "relationships"=>{"customer"=>{"data"=>{"type"=>"customer", "id"=>"{{customerId}}"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring