File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 213
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-2d2600072500797474f0d7798c1a8b668bfbc4e0c6a8f076ca7b4cc7ad82058b .yml
3- openapi_spec_hash : 7605eb6be77a3d150078916f0eb0e9ac
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-6683cf82e93cfd95e17b0386f070333486fe8e7b857b47c62e09682362d5991d .yml
3+ openapi_spec_hash : ce2c1f6201bb2036d05602238503eb6b
44config_hash : 5bb913c05ebeb301ec925b16e75bb251
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def challenge_response(
5454
5555 Programs that have
5656 Authorization Challenges configured as Out of Band receive a
57- [card_authorization.challenge](https://docs.lithic.com/reference/post_card-authorization-challenge )
57+ [card_authorization.challenge](https://docs.lithic.com/reference/cardauthorizationchallengewebhook )
5858 webhook when an authorization attempt triggers a challenge. The card program
5959 should respond using this endpoint after the cardholder completes the challenge.
6060
@@ -120,7 +120,7 @@ async def challenge_response(
120120
121121 Programs that have
122122 Authorization Challenges configured as Out of Band receive a
123- [card_authorization.challenge](https://docs.lithic.com/reference/post_card-authorization-challenge )
123+ [card_authorization.challenge](https://docs.lithic.com/reference/cardauthorizationchallengewebhook )
124124 webhook when an authorization attempt triggers a challenge. The card program
125125 should respond using this endpoint after the cardholder completes the challenge.
126126
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def challenge_response(
5454
5555 Challenge Request is emitted
5656 as a webhook
57- [three_ds_authentication.challenge](https://docs.lithic.com/reference/post_three-ds-authentication-challenge )
57+ [three_ds_authentication.challenge](https://docs.lithic.com/reference/threedsauthenticationchallengewebhook )
5858 and your Card Program needs to be configured with Out of Band (OOB) Challenges
5959 in order to receive it (see https://docs.lithic.com/docs/3ds-challenge-flow for
6060 more information).
@@ -177,7 +177,7 @@ async def challenge_response(
177177
178178 Challenge Request is emitted
179179 as a webhook
180- [three_ds_authentication.challenge](https://docs.lithic.com/reference/post_three-ds-authentication-challenge )
180+ [three_ds_authentication.challenge](https://docs.lithic.com/reference/threedsauthenticationchallengewebhook )
181181 and your Card Program needs to be configured with Out of Band (OOB) Challenges
182182 in order to receive it (see https://docs.lithic.com/docs/3ds-challenge-flow for
183183 more information).
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ class Event(BaseModel):
196196 event. Upon receiving this request, the Card Program should issue its own
197197 challenge to the cardholder. After a cardholder challenge is successfully
198198 completed, the Card Program needs to respond back to Lithic by call to
199- [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response ).
199+ [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/postthreedschallengeresponse ).
200200 Then the cardholder must navigate back to the merchant checkout flow to
201201 complete the transaction. Some merchants will include an `app_requestor_url`
202202 for app-based purchases; Lithic recommends triggering a redirect to that URL
You can’t perform that action at this time.
0 commit comments