Get Invoice
Get Invoice details and status for a given invoice ID.
See Billing Events with Webhooks documentation on how to receive invoice events. This endpoint is used to retrieve the invoice details.
Authorizations
Default authentication mechanism
Response
Vercel Marketplace Invoice ID.
Invoice state.
pending
, scheduled
, invoiced
, paid
, notpaid
, refund_requested
, refunded
Invoice date. ISO 8601 timestamp.
Subscription period for this billing cycle. ISO 8601 timestamps.
Invoice items.
Invoice items.
Invoice total amount. A dollar-based decimal string.
System creation date. ISO 8601 timestamp.
System update date. ISO 8601 timestamp.
Whether the invoice is in the testmode (no real transaction created).
Partner-supplied Invoice ID, if applicable.
User-readable invoice number.
Additional memo for the invoice.
Invoice discounts.
Invoice discounts.
The reason for refund. Only applicable for states "refunded" or "refund_request".
Refund amount. Only applicable for states "refunded" or "refund_request". A dollar-based decimal string.