Store an ACH account
POST/api/v3/ach
This method can be used to store a new ACH or update an existing ACH.
To update an existing card: Send a new POST request using existing routing and number
fields with its updated values. The stored ACH will then be updated.
Notes:
- The type field must be one of:
chec(personal checking account),busi(business checking account), orsavi(savings account) - The number field should be a valid bank account number
Routing number formatting for Canadian bank accounts:
0(3-digit institution code)(5 digit transit number)
Example: 032012345
Request
Responses
- 201
- 400
- 401
Object was created successfully
Bad request
Authentication error