Skip to main content

Challenge Results

Provides the authentication result following a challenge by submitting a previous Transaction ID.

Overview

Test URI: https://test-api.tokenex.com/v2/ThreeDSecure/ChallengeResults
Prod URI: https://api.tokenex.com/v2/ThreeDSecure/ChallengeResults

Required Permissions: ThreeDSecureGeneralAccess

Request Headers: Authentication and Authorization

Body Parameters: * denotes a required field

NameTypeDescription
serverTransactionId*stringThe threeDSServerTransID returned in the Authentications response

Request and Response Examples

GET|POST /[Test|Prod]/ThreeDSecure/ChallengeResults HTTP/1.1
Content-Type: application/json
tx-tokenex-id:YourTokenExID
tx-apikey:YourAPIKey

{
"serverTransactionId":"threeDSServerTransID"
}