Attribute | Description |
---|---|
id | Unique identifier for the object. |
amount | The amount in cents that was charged. It's represented as a whole integer. |
amount_refunded | The amount in cents that was refunded to the customer, if any. It's represented as a whole integer. |
description | The description of the charge. |
paid | Represents whether the charge was paid or not. |
refunded | Represents whether the charge was refunded or not. |
status | The charge status that's succeeded, failed, or something else |
statement_descriptor | The description of the charge on the customers’ statements. |
offline | Represents whether the charge was paid offline or not. |
offline_entered_by | The customer ID who entered the offline charge. |
metadata | Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. |
created_at | Time at which the object was created. |
updated_at | Time at which the object was last updated. |
deleted_at | Time at which the object was deleted. |