Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 981 Bytes

File metadata and controls

16 lines (12 loc) · 981 Bytes

PaymentTokenDetails

Properties

Name Type Description Notes
value str Client-supplied payment token value. Only applicable for DataVault tokenization scheme. [optional]
reusable bool If the token is reusable. [optional] [default to True]
decline_duplicates bool Decline duplicate payment info if client token is supplied. [optional] [default to False]
last4 str The last 4 numbers of a payment card. [optional]
brand str Card brand, only for tokenization with payment. [optional]
account_verification bool If the account the token was created from has been verified. [optional]
type str Inidcates the type of tokenization source. [optional]

[Back to Model list] [Back to API list] [Back to README]