Details about a payment method.
object (Card) The payment card details associated with the payment method. | |
| cardType | string The payment card brand. For example, AMEX™, Discover™, Mastercard™, or Visa™. |
| id | string The unique identifier of the saved payment method. |
| lastFour | string The last four digits of the payment card. |
| month | string The expiration month of the payment card. |
| type | string The type of saved payment method. |
| year | string The expiration year of the payment card. |
{- "id": "string",
- "type": "string",
- "cardType": "Visa",
- "lastFour": "string",
- "month": "string",
- "year": "string",
- "card": {
- "lastFour": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}, - "type": "string"
}
}