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.
Available Endpoints:
Search Tokens:
GET /rest/v2/tokensCreate Token:
POST /rest/v2/tokensGet Token:
GET /rest/v2/tokens/{tokenId}Update Token:
PUT /rest/v2/tokens/{tokenId}Delete Token:
DELETE /rest/v2/tokens/{tokenId}
Last updated
Was this helpful?

