Create a customer balance transaction
Create a customer balance transaction
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Body
The amount of the transaction.
The currency of the transaction.
The ID of the customer the customer balance transaction is for.
An arbitrary string attached to the object. Often useful for displaying to users.
Response
Create 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 type of the transaction.
adjustment, applied_to_invoice, payment, refund, 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 invoice attached to the transaction.