PSP tokens vs network tokens
For most use cases, network tokens are preferred because they can be more portable across supported providers and provide higher authorization rates. PSP tokens are useful when a specific provider requires its own token format.
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