Create an ACH Relationship
POST {{baseUrl}}/v1/accounts/:account_id/ach_relationships
Create a new ACHRelationship for an account
If successful, will return 200 code with a newly created ACH Relationship entity.
Request Body
{"account_owner_name"=>"Kind Carver", "bank_account_type"=>"CHECKING", "bank_account_number"=>"32131231abc", "bank_routing_number"=>"123103716", "nickname"=>"Bank of America Checking"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"f9792b79-5413-4eb1-868d-d6d7a37e82c4","account_id":"20fbbb71-454f-4c69-a480-01d9e9c6f72f","created_at":"2024-03-22T11:52:42.79588561-04:00","updated_at":"2024-03-22T11:52:42.79588561-04:00","status":"QUEUED","account_owner_name":"Kind Carver","bank_account_type":"CHECKING","bank_account_number":"32131231abc","bank_routing_number":"123103716","nickname":"Bank of America Checking","processor_token":null}