Last Updated: 28 February 2024 | Change Log
Query the verification and token
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. See Query a historic verification for 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. See Token Inquiry for details about this resource.