Menu

Query the verification and token

API v3
Last updated January 2023

Verified Tokens is an orchestration service which requests an account verification on the card details provided, and, if verified, requests a verified token creation to be attempted. If an account is not verified, an unverified token creation will be attempted. The account verification response and the token response, if requested, are returned in the Verified Tokens response. The account verification resource and token resource must be stored if you wish to query/use these details in the future.


Query the verification

To retrieve the data stored for a verification, send a GET request to the verifications:verification action embedded in the verification block in the verified token response. SeeQuery a historic verificationfor details about this resource.

Query the token

To retrieve the data stored in the token, send a GET request to the tokens:token action embedded in the token block in the verified token response. SeeToken Inquiryfor details about this resource.