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](/card-issuance/v1.6/guide/Secure iFrame).
The API token for login provided by UQPay.
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. 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.
Universally unique identifier (UUID v4) of a resource.
"71fdb0fe-9682-457a-9361-e8868694f12f"
PAN token created successfully.
One-time JWT token with pan_ prefix for accessing sensitive card details through the secure iframe.
"pan_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
Token validity period in seconds.
60
Token expiration timestamp in ISO 8601 format.
"2025-11-13T10:31:00Z"