v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
Funding

Retrieve ACH Relationships for an account

Returns a list of ACH Relationships for an account

get/v1/accounts/{account_id}/ach_relationships

Query parameters

statusesstring

Comma-separated status values

Response

Success

account_idstring uuid required
account_owner_namestring required

Name of the account owner

bank_account_numberstring
bank_account_type'CHECKING' | 'SAVINGS'

Must be CHECKING or SAVINGS

bank_routing_numberstring
created_atstring date-time required

Format: 2020-01-01T01:01:01Z

idstring uuid required
nicknamestring
status'QUEUED' | 'APPROVED' | 'REJECTED' | 'PENDING' | 'CANCEL_REQUESTED' required
updated_atstring date-time required

Format: 2020-01-01T01:01:01Z

Example response

[
  {
    "created_at": "2021-03-16T18:38:01.942282Z",
    "id": "61e69015-8549-4bfd-b9c3-01e75843f47d",
    "updated_at": "2021-03-16T18:38:01.942282Z"
  }
]