Skip to content

Commit 11f2bc1

Browse files
chore(internal): regenerate SDK with no functional changes
1 parent 84ae573 commit 11f2bc1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 5bb913c05ebeb301ec925b16e75bb251

src/lithic/resources/card_authorizations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/lithic/resources/three_ds/decisioning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).

src/lithic/types/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)