v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
Add-Ons

Apply add-on to customer

Create a one-time charge for a customer. Will be included in the next invoice.

post/api/add-ons/apply

Request body

addOnIdstring required

Add-on ID

customerIdstring required

Customer ID

subscriptionIdstring

Subscription to attach the charge to

amountnumber required

Charge amount

currencystring required

Currency

Example request

{
  "amount": 50000,
  "currency": "UGX"
}

Response

Add-on applied

idstring required
addOnIdstring required
customerIdstring required
subscriptionIdstring
amountstring required
currencystring required
invoiceIdstring
createdAtstring required

Example response

{
  "amount": "29.9900",
  "currency": "USD"
}