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
Example request
{
"amount": 50000,
"currency": "UGX"
}Response
Add-on applied
Example response
{
"amount": "29.9900",
"currency": "USD"
}