Submit Invoice
This endpoint allows the partner to submit an invoice to Vercel. The invoice is created in Vercel’s billing system and sent to the customer. Depending on the type of billing plan, the invoice can be sent at a time of signup, at the start of the billing period, or at the end of the billing period.
Use the credentials.access_token
we provided in the Upsert Installation body to authorize this request.
There are several limitations to the invoice submission:
1. A resource can only be billed once per the billing period and the billing plan.
2. The billing plan used to bill the resource must have been active for this resource during the billing period.
3. The billing plan used must be a subscription plan.
4. The interim usage data must be sent hourly for all types of subscriptions. See Send subscription billing and usage data API on how to send interim billing and usage data.
Authorizations
Default authentication mechanism
Path Parameters
Body
Invoice date. Must be within the period's start and end.
Subscription period for this billing cycle.
Additional memo for the invoice.
Test mode