Create a Transact URL - Verify

POST {{apiUrl}}/access-token

Usage

This endpoint makes a call to /access-token to create a publicToken for a Verify use case.

The Test in this Request then grabs the publicToken from the Response, stringifies and base64 encodes a config object, and builds a URL. This URL can be used to instantiate Transact. It is printed to the Qodex Console and stored in the transactUrlWithTokenenvironment variable. Copy and paste this string into the URL bar of a browser to launch Transact.

This is very useful for testing variations of the config object and launching Transact outside of your application.

Request Body

{"identifier"=>"{{identifier}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
x-api-keystringAPI Key for your Atomic account
x-api-secretstringAPI Secret for your Atomic account