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 transactUrlWithToken
environment 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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-api-key | string | API Key for your Atomic account | |
x-api-secret | string | API Secret for your Atomic account |