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

Language