Customer
Create customer balance transaction
Creates an immutable balance transaction that updates the customer’s balance and returns back the newly created transaction.
POST
Authorizations
API Keys can be issued in the Orb's web application.
Path Parameters
Body
application/json
Available options:
increment
, decrement
An optional description that can be specified around this entry.
Response
200 - application/json
Available options:
applied_to_invoice
, manual_adjustment
, prorated_refund
, revert_prorated_refund
, return_from_voiding
, credit_note_applied
, credit_note_voided
, overpayment_refund
The value of the amount changed in the transaction.
The creation time of this transaction.
An optional description provided for manual customer balance adjustments.
The new value of the customer's balance prior to the transaction, in the customer's currency.
A unique id for this transaction.
The original value of the customer's balance prior to the transaction, in the customer's currency.
Available options:
increment
, decrement
Was this page helpful?