card_authorization.challenge_response

Occurs when a cardholder responds to an SMS challenge during card authorization.

Payload
const
enum
required

Event type

Allowed:
uuid
required

Globally unique identifier for the event

uuid | null
required

The token of the transaction associated with the authorization event being challenged

uuid | null
required

The token of the card associated with the challenge

string
enum
required

The method used to deliver the challenge to the cardholder

Allowed:
string
enum
required

The cardholder's response to the challenge

Allowed:
date-time
required

The timestamp of when the challenge was created

date-time | null
required

The timestamp of when the challenge was completed

Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…