Object Index
You are viewing an old version of the API
Card
Object Index
Represents the payment details of a card to be used for payments.
These
details are determined by the card_nonce
generated by SqPaymentForm
.
Properties
Name | Description |
---|---|
id
|
Read only Unique ID for this card. Generated by Square. |
card_
|
Read only The card's brand. |
last_
|
Read only The last 4 digits of the card number. |
exp_
|
The expiration month of the associated card as an integer between 1 and 12. |
exp_
|
The four-digit year of the card's expiration date. |
cardholder_
|
The name of the cardholder. |
billing_
|
The billing address for this card. |
fingerprint
|
Read only Not currently set. Intended as a Square-assigned identifier, based on the card number, to identify the card across multiple locations within a single application. |
card_
Beta
|
Read only The type of the card. The Card object includes this field only in response to Payments API calls. |
prepaid_
Beta
|
Read only Indicates whether the Card is prepaid or not. The Card object includes this field only in response to Payments API calls. |
bin
|
Read only The first six digits of the card number, known as the Bank Identification Number (BIN). Only the Payments API returns this field. |