Update a customer balance transaction
Re-scope a customer balance transaction to an application, or remove the scope.
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Path Parameters
The id identifier.
Body
The ID of the application to reserve this balance for, or null to make it unscoped.
Response
Update a customer balance transaction
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
customer_balance_transaction The amount of the transaction.
The currency of the transaction.
The customer this transaction is for.
An arbitrary string attached to the object. Often useful for displaying to users.
The ending balance of the transaction.
The invoice attached to the transaction.
The type of the transaction.
adjustment, advance_rent, applied_to_invoice, credit_note, holding_fee, payment, refund, unapplied_from_invoice, null The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.
The ID of the application this balance is reserved for, if scoped.