# Payment Method Tokens v3 (/api/payment-tokens/v3)

## payment-tokens

- [GET List all payment tokens](/api/payment-tokens/v3/customer-payment-tokens-get): Returns all payment tokens for a customer.
- [POST Create payment token for a given payment source](/api/payment-tokens/v3/payment-tokens-create): Creates a Payment Token from the given payment source and adds it to the Vault of the associated customer.
- [GET Retrieve a payment token](/api/payment-tokens/v3/payment-tokens-get): Returns a readable representation of vaulted payment source associated with the payment token id.
- [DELETE Delete payment token](/api/payment-tokens/v3/payment-tokens-delete): Delete the payment token associated with the payment token id.

## setup-tokens

- [POST Create a setup token](/api/payment-tokens/v3/setup-tokens-create): Creates a Setup Token from the given payment source and adds it to the Vault of the associated customer.
- [GET Retrieve a setup token](/api/payment-tokens/v3/setup-tokens-get): Returns a readable representation of temporarily vaulted payment source associated with the setup token id.