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
OK
A unique id for this transaction.
The creation time of this transaction.
The original value of the customer's balance prior to the transaction, in the customer's currency.
The new value of the customer's balance prior to the transaction, in the customer's currency.
The value of the amount changed in the transaction.
Available options:
applied_to_invoice
, manual_adjustment
, prorated_refund
, revert_prorated_refund
, return_from_voiding
, credit_note_applied
, credit_note_voided
, overpayment_refund
, external_payment
An optional description provided for manual customer balance adjustments.
Available options:
increment
, decrement
Was this page helpful?