A summary of the latest payment associated with the payment intent.
object The payment card details associated with the payment method. | |
| isCancelled | boolean or null Indicates whether the payment intent has been cancelled. |
{- "card": {
- "brand": "VISA",
- "lastFour": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}
}, - "isCancelled": true
}