Response to retrieve customer payment methods. The response holds information about the stored payment methods for a customer.
required | Array of objects (PaymentMethodData) An array of |
| results required | integer <int32> The number of payment methods attached to a customer record.
This is the size of the |
{- "results": 0,
- "paymentMethods": [
- {
- "id": "string",
- "type": "string",
- "cardType": "VISA",
- "lastFour": "string",
- "month": "string",
- "year": "string",
- "card": {
- "lastFour": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}, - "type": "VISA"
}, - "toastCashStoredValue": { },
- "usBankAccount": { }
}
]
}