object (CardResponse) | |
| id | string The identifier of the payment method. |
| type | string The type of payment method. |
{- "id": "string",
- "type": "string",
- "card": {
- "firstSix": "string",
- "lastFour": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}, - "brand": "VISA",
- "fingerprint": "0cb6dabd-f8f1-4f78-8cce-283e96dd3637",
- "funding": "DEBIT"
}
}