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.

Token replaces: routing number, account number, account type, individual name

Available endpoints:

  • Create ACH Token: POST /rest/v2/ach/tokens

  • Get 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}

Path Parameters

Name
Data Type
Required?
Description

tokenId

String

Required

Identifier of the ACH token

Last updated

Was this helpful?