Create Counterparty - Bank details
POST {{server_url}}/counterparties
Request Body
{"data"=>{"type"=>"achCounterparty", "attributes"=>{"name"=>"April Oniel", "routingNumber"=>"812345678", "accountNumber"=>"1000000001", "accountType"=>"Checking", "type"=>"Person", "tags"=>{"key"=>"value"}}, "relationships"=>{"customer"=>{"data"=>{"type"=>"customer", "id"=>"{{customerId}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |