/token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Description

The /token endpoint (discoverable via the /well-known endpoint) is invoked after a user completes their verification process (which was initiated by the /authorize endpoint).

Endpoints

Setup

  • The user has just completed their process and IDW has provided a one time token to your specific redirect URI
  • You exchange this token (via a "back channel" API call) in order to retrieve the transactions details.
  • The /token response is in JSON Web Token format, and will include all authentication and verification results configured by the client.

Usage

Body Params
string
Defaults to authorization_code

Required. Indicates to the OpenID Connect server that this is a 3L Authorization Code grant against the /token endpoint.

string

Required. This is the code sent to your redirect_uri from the initial user interaction with the /authorize endpoint.

string

Required. Must be same as what was initially sent in the /token endpoint.

string

Required. Your API key from the initial /token interaction.

string

Optional. Shared Secret from AXN Admin.

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json