amount | integer | The total value of the transaction, including tax and shipping. The value is non-negative and is represented in the smallest currency unit, such as cents instead of dollars. If the type is capture, this field represents the amount captured. If the type is refund, this field represents the amount refunded, including the fee that was refunded. |
created | string | The time when the transaction event was created. The value is formatted in RFC 3339. |
currency | string | The local currency of the transaction with its being a valid subset of the ISO 4217 currency code. |
fee | integer | The merchant fee. |
fee_refunded | integer | Portion of the refunded amount that is subtracted from the merchant fee. |
id | string | A unique identifier for the transaction event. |
reference_id | string | An optional, unique identifier that may be associated with each transaction event and reconciled with the system of record used by the merchant. |
type | string | The type of event. |
metadata | objet | Unstructured metadata containing any additional data that was passed into the transaction event request. |
token | string | A JWT signing the JSON response. |