v24

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-015163191.7 KB
Users

Generate a subscription payment invoice

Generates a new invoice PDF file for the given subscription payment with given parameters.

post/users/subscription/invoices/{subscriptionInvoiceID}

Path parameters

subscriptionInvoiceIDstring required

ID of the subscription invoice to generate the PDF for

Request body

addressstring required
citystring required
countrystring required
namestring required
notesstring required
statestring required
zip_codestring required

Example request

{
  "address": "221B Baker Street, London",
  "city": "Los Angeles",
  "country": "US",
  "name": "Acme Corp",
  "notes": "Thank you for your business!",
  "state": "CA",
  "zip_code": "9800"
}

Response

OK