id int | Unique identifier for the object. |
invoice_id int | the invoice_id of the charge |
amount int | The amount in cents that was charged. It's represented as a whole integer. |
amount_refunded int | The amount in cents that was refunded to the customer, if any. It's represented as a whole integer. |
description string | The description of the charge. |
paid bool | Represents whether the charge was paid or not. |
refunded bool | Represents whether the charge was refunded or not. |
status string | The charge status that's succeeded, failed, or something else |
statement_descriptor string | The description of the charge on the customers’ statements. |
offline bool | Represents whether the charge was paid offline or not. |
reference string | The charge reference that has been added while creating it |
offline_entered_by int | The customer ID who entered the offline charge. |
metadata object | 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 timestamp | Time at which the object was created. |
updated_at timestamp | Time at which the object was last updated. |
deleted_at timestamp | Time at which the object was deleted. |