Skip to content

Commit c5838d4

Browse files
feat(api): api update
1 parent daaea01 commit c5838d4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4699565aad7b519933c0f8789762574139b2ca7ad57c008b747eebe6a3f91eec.yml
3-
openapi_spec_hash: 3c7cf6b8f8d59763cbdac549682f61c3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-010fcebf036b735c59221760be7726699913ed68102323b49939ddd880a12e32.yml
3+
openapi_spec_hash: 92d7bc1bf2f3034735206e358249ba5c
44
config_hash: dda988c5565c2f15cc708122984d7691

src/increase/types/card_payment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ class ElementCardAuthenticationChallenge(BaseModel):
197197
one_time_code: str
198198
"""The one-time code used for the Card Authentication Challenge."""
199199

200+
real_time_decision_id: Optional[str] = None
201+
"""The identifier of the Real-Time Decision used to deliver this challenge."""
202+
200203
verification_method: Literal["text_message", "email", "none_available"]
201204
"""The method used to verify the Card Authentication Challenge.
202205

0 commit comments

Comments
 (0)