Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
24 lines (16 loc) · 1.55 KB

Card.md

File metadata and controls

24 lines (16 loc) · 1.55 KB

Square.Connect.Model.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

Name Type Description Notes
Id string Unique ID for this card. Generated by Square. [optional]
CardBrand string The card's brand (such as `VISA`). See `CardBrand` for all possible values. See CardBrand for possible values [optional]
Last4 string The last 4 digits of the card number. [optional]
ExpMonth long? The expiration month of the associated card as an integer between 1 and 12. [optional]
ExpYear long? The four-digit year of the card's expiration date. [optional]
CardholderName string The name of the cardholder. [optional]
BillingAddress Address The billing address for this card. [optional]
Fingerprint string 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. [optional]
Bin string The first six digits of the card number, known as the Bank Identification Number (BIN). Only the Payments API returns this field. [optional]

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