Schema2020-08-27
objectapi_errors
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
PaymentFlowsPaymentIntentResourceChargeList
objectCharges that were created by this PaymentIntent, if any.
data array
requiredThis list only contains the latest charge, even if there were previously multiple unsuccessful charges. To view all previous charges for a PaymentIntent, you can filter the charges list using the `payment_intent` [parameter](https://stripe.com/docs/api/charges/list#list_charges-payment_intent).
has_more boolean
requiredTrue if this list has another page of items after this one that can be fetched.
object string
requiredString representing the object's type. Objects of the same type share the same value. Always has the value `list`.
url string
requiredThe URL where this list can be accessed.