Orders
Generate Order Invoice
Trigger generation of an order’s invoice.
Scopes: orders:read
POST
Go (SDK)
Documentation Index
Fetch the complete documentation index at: https://polar-dependabot-npm-and-yarn-docs-openapi-sampler-1-7-3.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
After successfully calling this endpoint, you get a
202 response, meaning
the generation of the invoice has been scheduled. It usually only takes a few
seconds before you can retrieve the invoice using the GET /v1/orders/{id} /invoice endpoint.If you want a reliable notification when the invoice is ready, you can listen to the
order.updated webhook and check the is_invoice_generated field.Go (SDK)

