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 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 using LinkedAccounts 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 |