Respond to Authorization Challenge

Card program's response to Authorization Challenge. Programs that have Authorization Challenges configured as Out of Band receive a card_authorization.challenge webhook when an authorization attempt triggers a challenge. The card program should respond using this endpoint after the cardholder completes the challenge.

Path Params
uuid
required

Globally unique identifier for the authorization event that triggered the challenge

Body Params

Card program's response to Authorization Challenge

string
enum
required

Whether the cardholder has approved or declined the issued challenge

Allowed:
Responses
200

Challenge response recorded

400

Invalid request (e.g. challenge method does not support this endpoint)

404

Challenge not found

409

Challenge has already been completed

410

Challenge has expired

500

Lithic Error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!