Vault API

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/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?