Retrieve ACH Relationships for an account

GET {{baseUrl}}/v1/accounts/:account_id/ach_relationships

Returns a list of ACH Relationships for an account

Request Params

KeyDatatypeRequiredDescription
statusesstringComma-separated status values

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"id":"61e69015-8549-4bfd-b9c3-01e75843f47d","created_at":"2021-03-16T18:38:01.942282Z","updated_at":"2021-03-16T18:38:01.942282Z","account_id":"02b23c66-d1fc-c4ac-fe67-6e0283e1925c","status":"APPROVED","account_owner_name":"john doe","bank_account_type":"SAVINGS","bank_account_number":"123456789","bank_routing_number":"123456","nickname":"checking"}]