Automate Receipt PDF Issuance

Connect to your payment system and generate receipt PDFs instantly on purchase. Email delivery included — zero manual work.

1

Payment webhook integration

Receive Stripe or other payment webhooks and generate receipt PDFs from order data in real time.

2

Automatic email delivery

One API call generates the receipt and emails it to your customer. Fast, seamless, and hands-free.

3

Batch processing for monthly billing

Generate hundreds of receipts at month-end. One API call handles the entire batch.

How it works

1
Register an HTML template or prepare your URL
2
Call the API with your data
3
PDF is generated, delivered, and stored
curl -X POST /api/pdf/generate-from-template \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "receipt",
    "variables": {
      "order_id": "ORD-20260401-001",
      "customer": "John Doe",
      "total": "$129.99",
      "items": [{"name": "Pro Plan", "price": "$129.99"}]
    },
    "email": {"to": "john@example.com"},
    "filename": "receipt-ORD-20260401-001.pdf"
  }'

Start generating PDFs in minutes

Free plan includes 30 PDFs/month. No credit card required.

Powered by FUNBREW PDF