v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBCreate PAN Token
Creates a one-time PAN token for accessing sensitive card details through a secure iframe. This enables merchants to display card information (card number, expiry date, CVV) without PCI DSS compliance.
The token expires after 60 seconds and can only be used once.
For integration instructions, see the Secure iFrame Guide.
Path parameters
Universally unique identifier (UUID v4) of a resource.
Headers
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
Response
PAN token created successfully.
Example response
{
"token": "pan_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9",
"expires_in": 60,
"expires_at": "2025-11-13T10:31:00Z"
}