Card

The payment card details associated with the payment method.

object or null

The expiration month and year of the payment card.

lastFour
string or null

The last four digits of the payment card.

type
string or null

The payment card brand.

Enum: "VISA" "MASTERCARD" "AMEX" "DISCOVER" "JCB" "DINERS" "CITI" "MAESTRO" "LASER" "SOLO" "INTERAC" "EFTPOS" "UNKNOWN"
{
  • "lastFour": "string",
  • "expiry": {
    },
  • "type": "VISA"
}