Retrieves details of a specific balance transaction.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The UUID of the specific object.
A string describing the object type returned.
The amount of the transaction. A negative value is a credit for the customer’s balance, and a positive value is a debit to the customer’s balance.
Three-letter ISO currency code, in lowercase.
Expandable – The associated balance ID.
Expandable – The associated customer ID.
The balance amount after the transaction was applied.
Expandable – The associated checkout ID.
One of either adjustment, applied_to_checkout, checkout_below_currency_minimum, or checkout_credit. Balance transactions created through the API are always adjustment transactions.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.