ExpandedPayment

The latest payment associated with the payment intent, returned when the request sends expand[]=latestPayment.

amountRefunded
integer or null

The total amount, in the smallest currency unit, refunded from the payment associated with the payment intent.

id
required
string <uuid>

The unique identifier of the payment.

isCancelled
boolean or null

Indicates whether the payment intent has been cancelled.

{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "amountRefunded": 0,
  • "isCancelled": true
}