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
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