| brand | string The payment card brand. |
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. |
| lastFour | string The last four digits of the payment card. |
{- "firstSix": "string",
- "lastFour": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}, - "brand": "VISA",
- "fingerprint": "0cb6dabd-f8f1-4f78-8cce-283e96dd3637",
- "funding": "DEBIT"
}