Unique identifier for the object.
String representing the object's type. Objects of the same type share the same value.
Amount that was actually paid for this invoice, in cents (or local equivalent). This field is null until the payment is paid. This amount can be less than the amount_requested if the PaymentIntent's amount_received is not sufficient to pay all of the invoices that it is attached to.
Amount intended to be paid toward this invoice, in cents (or local equivalent)
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter ISO currency code, in lowercase. Must be a supported currency.
The invoice that was paid.
Stripe automatically creates a default InvoicePayment when the invoice is finalized, and keeps it synchronized with the invoice's amount_remaining. The PaymentIntent associated with the default payment can't be edited or canceled directly.
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
The status of the payment, one of open, paid, or canceled.
Invoice Payments represent payments made against invoices. Invoice Payments can be accessed in two ways:
paymentsfield on the Invoice resource.Invoice Payments include the mapping between payment objects, such as Payment Intent, and Invoices. This resource and its endpoints allows you to easily track if a payment is associated with a specific invoice and monitor the allocation details of the payments.