The updated total after the transaction. Note that this running balance may be delayed and contain null.
action
string
The action that was performed
description
string
A brief description of the transaction
order
object
Order details
Show object properties
Property
Type
Description
id
string
external_id
string
Reference for this order, supplied by the customer.
When set, external_id makes order idempotent. All requests that use the same external_id
after the initial order creation, will result in a response that returns the data of the
initially created order. The response will have a 201 response code. These responses
fail to create any further orders.
It also allows for retrieving by external_id instead of id only.
payment
object
Show object properties
Property
Type
Description
subtotal
numberdouble
Total price of the order before fees (in USD)
total
numberdouble
Total price of the order including fees (in USD)
fees
numberdouble
Fees for the order (in USD)
discount
numberdouble
Discount for the order (in USD)
refund
object
Breakdown of the order refunds (total amount in USD, independent from the currency of the ordered rewards).
Note that this property will only appear for canceled orders or orders with canceled rewards.