Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class AuthenticationRetrieveResponse(BaseModel):
account_type: Optional[Literal["CREDIT", "DEBIT", "NOT_APPLICABLE"]] = None
"""Type of account/card that is being used for the transaction.

Maps to EMV 3DS field acctType.
Maps to EMV 3DS field `acctType`.
"""

authentication_result: Optional[Literal["DECLINE", "SUCCESS"]] = None
Expand Down