Skip to content

Add a one time charge

If you need to invoice an item to a customer outside the context of their subscription (e.g., billing for an exceptional service, offering a commercial gesture, etc.), you can add a line item to the customer’s balance. Once created, the line item will be processed in the next regular billing cycle.

To make it work, you need to have:

  • An active customer.

Example request

POST https://api-42.proabono.com/v1/BalanceLine
{
"ReferenceCustomer": "cust-123456",
"Label": "Service XYZ",
"Amount": 50000,
"Quantity": 18
}

2/ (optional) Force the invoice collection

Section titled “2/ (optional) Force the invoice collection”

Example request

POST https://api-42.proabono.com/v1/Billing/Customer
{
"ReferenceCustomer": "cust-123456",
"NoteLocalized" : ""I love you as long as you pay. ;)"
}