Skip to main content
POST
Submit Authentication Challenge Result

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
authenticationId
string<uuid>
required

Unique identifier of the authentication request.

challengeId
string<uuid>
required

Unique challenge identifier received in the OOB authentication challenge webhook notification.

result
enum<string>
required

Result status of the authentication attempt:

  • SUCCESS — Authentication successful; cardholder has approved.
  • FAIL — Authentication failed; cardholder has declined or there is a technical failure.
Available options:
SUCCESS,
FAIL

Response

Successful authentication