This endpoint will create a proforma invoice and return it as a response. If the information becomes outdated, simply void the old proforma invoice and generate a new one.
If you would like to preview the next billing amounts without generating a full proforma invoice, please use the renewal preview endpoint.
Proforma invoices are only available on Relationship Invoicing sites. To create a proforma invoice, the subscription must not be in a group, must not be prepaid, and must be in a live state.
POST /subscriptions/{subscription_id}/proforma_invoices.json
This endpoint requires BasicAuth
OK
application/json
curl -X POST \
--url 'https://subdomain.chargify.com/subscriptions/222/proforma_invoices.json' \
-H 'Accept: application/json'