v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
Funding

Create an ACH Relationship

Create a new ACHRelationship for an account

If successful, will return 200 code with a newly created ACH Relationship entity.

post/v1/accounts/{account_id}/ach_relationships

Request body

account_owner_namestring required
bank_account_numberstring required

In sandbox, this still must be a valid format

bank_account_type'CHECKING' | 'SAVINGS' required

Must be CHECKING or SAVINGS

bank_routing_numberstring required

In sandbox, this still must be a valid format

instantboolean
nicknamestring
processor_tokenstring

If using Plaid, you can specify a Plaid processor token here

Response

returns the newly created ACH Relationship entity.

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"
}