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.

Request

POST https://api-42.proabono.com/v1/BalanceLine
{
"ReferenceCustomer": "cust-42",
"Label": "Training day",
"Amount": 90000,
"Quantity": 2
}

2. (optional) Force the invoice collection

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

Request

POST https://api-42.proabono.com/v1/Billing/Customer
{
"ReferenceCustomer": "cust-42",
"NoteLocalized": "Payment due within 30 days."
}