Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1017 Bytes

tender-card-details.md

File metadata and controls

33 lines (24 loc) · 1017 Bytes

Tender Card Details

Represents additional details of a tender with type CARD or SQUARE_GIFT_CARD

Structure

Tender Card Details

Fields

Name Type Tags Description
status String (Tender Card Details Status) Optional Indicates the card transaction's current status.
card Card Hash Optional Represents the payment details of a card to be used for payments. These
details are determined by the payment token generated by Web Payments SDK.
entry_method String (Tender Card Details Entry Method) Optional Indicates the method used to enter the card's details.

Example (as JSON)

{
  "status": "VOIDED",
  "card": {
    "id": "id6",
    "card_brand": "OTHER_BRAND",
    "last_4": "last_48",
    "exp_month": 228,
    "exp_year": 68
  },
  "entry_method": "CONTACTLESS"
}