get https://preprod1.iddataweb.com/axn/oauth2/userInfo
Description
The /userInfo endpoint allows the client to obtain the same information as /token but offers a wider variety of response formats (notably our "flat" JSON option - see example to the right). This endpoint requires you send the 'access_token' obtained from the /token call.
Endpoints
- Preproduction:
https://preprod1.iddataweb.com/axn/oauth2/userInfo - Preproduction (legacy):
https://preprod1.iddataweb.com/preprod-axn/axn/oauth2/userInfo - Production:
https://prod2.iddataweb.com/axn/oauth2/userInfo
Setup
- You first need an access_token from a completed /token call
- NOTE: The access_token expires quickly and must be used within 10 seconds of the /token response.
Usage
- You will make a "back channel" API call to the /userInfo endpoint using the access_token as a bearer token to retrieve the results.
- You will be looking for the "policyDecision" details of the transaction. See https://docs.iddataweb.com/docs/policy-decision for more details about the results