Generate an invoice PDF from a Stripe webhook
Verify a Stripe checkout.session.completed webhook, map the session into an invoice, and save the returned PDF.
Complete, runnable examples that wire the same POST /api/v1/documents/pdf endpoint documented on the main API reference into a real scenario — a payment webhook, a CSV import, an automated email, a SaaS billing cycle, or a no-code automation tool. Read the API reference first for the full field list and error codes.
Verify a Stripe checkout.session.completed webhook, map the session into an invoice, and save the returned PDF.
Read a CSV of orders and generate one PDF per row, straight to a local folder.
Read the CSV batch recipeGenerate a PDF and attach it to an outbound email with any SMTP provider.
Read the auto-email recipeTrigger a render from your own subscription record when a SaaS billing cycle closes.
Read the SaaS billing recipeWire the endpoint into Zapier's or Make's generic Webhook/HTTP action — no code required.
Read the no-code recipeFree during the beta, 100 renders included per month.