Card

June 12, 2019 ยท View on GitHub

squareconnect.models.card

Description

Represents the payment details of a card to be used for payments. These details are determined by the card_nonce generated by SqPaymentForm.

Properties

NameTypeDescriptionNotes
idstrUnique ID for this card. Generated by Square.[optional]
card_brandstrThe card's brand (such as `VISA`). See CardBrand for possible values[optional]
last_4strThe last 4 digits of the card number.[optional]
exp_monthintThe expiration month of the associated card as an integer between 1 and 12.[optional]
exp_yearintThe four-digit year of the card's expiration date.[optional]
cardholder_namestrThe name of the cardholder.[optional]
billing_addressAddressThe billing address for this card.[optional]
fingerprintstrA unique, Square-assigned ID that identifies the card across multiple locations and applications for a single Square account.[optional]

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