Customer
Create customer balance transaction
Creates an immutable balance transaction that updates the customer's balance and returns back the newly created transaction.
post/customers/{customer_id}/balance_transactions
Path parameters
customer_idstring required
Request body
Response
OK
Example response
{
"id": "cgZa3SXcsPTVyC4Y",
"created_at": "2022-05-01T07:01:31+00:00",
"starting_balance": "33.00",
"ending_balance": "22.00",
"amount": "11.00",
"description": "An optional description",
"invoice": {
"id": "gXcsPTVyC4YZa3Sc"
}
}