Skip to content

Commit 1b951fc

Browse files
feat(api): api update
1 parent b79b7c6 commit 1b951fc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-910400a5c3fcab85b95bf574472b6356767c24d4f76eb296bcba4b7db309710c.yml
3-
openapi_spec_hash: c8b1cebba3d13a5c050c1296b93e2bdb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-985e738d362cc4d7dce557163d9e57b9a3a254718d862bdeb2758b6c265584b9.yml
3+
openapi_spec_hash: aa0b0b7eb6ca282b6e607dcc0408fafe
44
config_hash: d15ecbf4dc8a7a0ef99397d11b557444

src/increase/types/card_payment.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,12 @@ class ElementCardAuthentication(BaseModel):
368368
merchant_name: str
369369
"""The name of the merchant."""
370370

371+
prior_card_authentication_id: Optional[str] = None
372+
"""
373+
The ID of a prior Card Authentication that the requestor used to authenticate
374+
this cardholder for a previous transaction.
375+
"""
376+
371377
purchase_amount: Optional[int] = None
372378
"""The purchase amount in minor units."""
373379

0 commit comments

Comments
 (0)