card_authorization.challenge

Occurs when an Out of Band challenge is issued during card authorization. The card program should issue its own challenge to the cardholder and then respond via /v1/card_authorizations/{event_token}/challenge_response.

Payload

Webhook event emitted when an Out of Band Authorization Challenge is issued during card authorization

const
enum
required

The type of event that occurred.

Allowed:
authorization
object
required

The authorization that triggered the challenge

challenge
object
required

Details of the Authorization Challenge issued during card authorization

Response
200

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

LoadingLoading…