Create a Transact URL - Verify Linked Account

POST {{apiUrl}}/access-token

Usage

This endpoint makes a call to /access-token to create a publicToken using a LinkedAccount.

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 using the associated LinkedAccount. 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 using LinkedAccounts 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