PSP tokenization provisions a card stored in the Gr4vy vault as a token on a specific payment provider (PSP). The provider issues its own token that references the card on their side. PSP tokens are used when a downstream service requires a provider-specific reference rather than raw card data — for example, when migrating recurring mandates or storing a card on a provider for future use.Documentation Index
Fetch the complete documentation index at: https://docs.gr4vy.com/llms.txt
Use this file to discover all available pages before exploring further.
PSP tokens vs network tokens
| PSP token | Network token | |
|---|---|---|
| Issued by | Payment provider (PSP/acquirer) | Card scheme (Visa, Mastercard) |
| Portability | Tied to one provider | Can work across supported providers |
| Use case | Provider-specific integrations | Authorization rate optimization, recurring payments |
Provisioning a PSP token
To provision a PSP token, the card must already be stored in the Gr4vy vault as a payment method. Call the provision endpoint with the target payment service ID.Listing PSP tokens
To retrieve existing PSP tokens for a payment method:API reference
Provision PSP token
POST /payment-methods/payment_method_id/payment-service-tokens
List PSP tokens
GET /payment-methods/payment_method_id/payment-service-tokens
Delete PSP token
DELETE /payment-methods/payment_method_id/payment-service-tokens/payment_service_token_id