Add-Ons

List applied add-ons

View one-time charges applied to customers.

get/api/add-ons/applied/list

Query parameters

customerIdstring
invoicedboolean
pagenumber
limitnumber

Response

Paginated list of applied add-ons

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

Example response

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

Changes

Changed in 1 of the 2 revisions of this API.1