Attributes

AttributeData typeDescription
amountintegerThe 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.
createdstringThe time when the transaction event was created. The value is formatted in RFC 3339.
currencystringThe local currency of the transaction with its being a valid subset of the ISO 4217 currency code.
feeintegerThe merchant fee.
fee_refundedintegerPortion of the refunded amount that is subtracted from the merchant fee.
idstringA unique identifier for the transaction event.
reference_idstringAn optional, unique identifier that may be associated with each transaction event and reconciled with the system of record used by the merchant.
typestringThe type of event.
metadataobjectUnstructured metadata containing any additional data that was passed into the transaction event request.
tokenstringA JWT signing the JSON response.