CardResponse

brand
string

The payment card brand.

Enum: "VISA" "MASTERCARD" "AMEX" "DISCOVER" "JCB" "DINERS" "CITI" "MAESTRO" "LASER" "SOLO" "INTERAC" "EFTPOS" "UNKNOWN"
object

The expiration month and year of the payment card.

fingerprint
string <uuid>

A unique identifier for the card.

firstSix
string

The first six digits of the payment card.

funding
string

The funding type of the card.

Enum: "DEBIT" "CREDIT" "PREPAID" "UNKNOWN"
lastFour
string

The last four digits of the payment card.

{
  • "firstSix": "string",
  • "lastFour": "string",
  • "expiry": {
    },
  • "brand": "VISA",
  • "fingerprint": "0cb6dabd-f8f1-4f78-8cce-283e96dd3637",
  • "funding": "DEBIT"
}