Charge
The Charge
object contains details about a charge made to a PaymentIntent
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Properties
Amount in cents refunded (can be less than the amount attribute on the charge if a partial refund was issued).
ID of the Connect application that created the Charge
.
The application fee (if any) for the Charge
.
The amount of the application fee (if any) for the Charge
.
6 digit authorization code for this charge.
ID of the balance transaction that describes the impact of this Charge
on your account balance (not including refunds or disputes).
The full statement descriptor that is displayed on your customer's credit card's statement, after the static statementDescriptor and dynamic statementDescriptorSuffix portions are combined.
An arbitrary string attached to the Charge
. Often useful for displaying to users.
Error code explaining reason for charge failure if available.
Message to user further explaining reason for charge failure if available.
The account (if any) the Charge
was made on behalf of without triggering an automatic transfer.
ID of the PaymentIntent associated with this Charge
, if one exists.
A PaymentMethodDetails object containing more details about the charge
ID of the PaymentMethod associated with this Charge
, if one exists.
This is the email address that the receipt for this Charge
was sent to.
This is the transaction number that appears on email receipts sent for this Charge
. This attribute will be null
until a receipt has been sent.
This is the URL to view the receipt for this Charge
. The receipt is kept up-to-date to the latest state of the Charge
, including any refunds. If the Charge
is for an Invoice, the receipt will be stylized as an Invoice receipt.
Extra information about a Charge
. This will appear on your customer's credit card statement. It must contain at least one letter.
Extra dynamic information about a Charge
. This will appear concatenated with the statementDescriptor on your customer's credit card’s statement.
A string that identifies this transaction as part of a group.