ACH Vault (Token)
The ACH Vault API provides secure tokenization of bank account information, allowing you to store sensitive ACH data and reference it using a secure token for future transactions. This approach enhances security by reducing the need to handle raw banking information in subsequent transactions.
Available endpoints
Create ACH Token:
POST /rest/v2/ach/tokensGet ACH Token:
GET /rest/v2/ach/tokens/{tokenId}Update ACH Token:
PUT /rest/v2/ach/tokens/{tokenId}Delete ACH Token:
DELETE /rest/v2/ach/tokens/{tokenId}
Last updated
Was this helpful?

