On this page
No Headings
API Reference Overview
List all payment tokens
/v3/vault/payment-tokensReturns all payment tokens for a customer.
Create payment token for a given payment source
/v3/vault/payment-tokensCreates a Payment Token from the given payment source and adds it to the Vault of the associated customer.
Retrieve a payment token
/v3/vault/payment-tokens/{id}Returns a readable representation of vaulted payment source associated with the payment token id.
Delete payment token
/v3/vault/payment-tokens/{id}Delete the payment token associated with the payment token id.
Create a setup token
/v3/vault/setup-tokensCreates a Setup Token from the given payment source and adds it to the Vault of the associated customer.
Retrieve a setup token
/v3/vault/setup-tokens/{id}Returns a readable representation of temporarily vaulted payment source associated with the setup token id.