Vault
The Vault API lets you create and manage card-token objects that you can save and reuse for later transactions. Instead of storing raw card data, you store a token that represents the card. You can then use that token to run live transactions at any time.
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:
Search Tokens:
GET /rest/v2/tokens
Create Token:
POST /rest/v2/tokens
Get Token:
GET /rest/v2/tokens/{tokenId}
Update Token:
PUT /rest/v2/tokens/{tokenId}
Delete Token:
DELETE /rest/v2/tokens/{tokenId}
Path Parameters
Name
Data Type
Required?
Description
tokenId
String
Required
Identifier of the token
Last updated
Was this helpful?