v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Event Types

three_ds_authentication.challenge

The three_ds_authentication.challenge event. Upon receiving this request, the Card Program should issue its own challenge to the cardholder. After a cardholder challenge is successfully completed, the Card Program needs to respond back to Lithic by call to /v1/three_ds_decisioning/challenge_response. Then the cardholder must navigate back to the merchant checkout flow to complete the transaction. Some merchants will include an app_requestor_url for app-based purchases; Lithic recommends triggering a redirect to that URL after the cardholder completes an app-based challenge.

postWebhookthree_ds_authentication.challenge

Payload

event_type'three_ds_authentication.challenge' required

The type of event that occurred.

Example payload

{
  "event_type": "three_ds_authentication.challenge"
}

Response

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