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.
Base URLs
Environment
URL
Sandbox
https://gateway-sb.clearent.net/rest/
Production
https://gateway.clearent.net/rest/
Headers
Content-Type: application/json
Accept: application/json
AccessKey: Secret access key issued by Xplor Pay
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?