Connect to your payment system and generate receipt PDFs instantly on purchase. Email delivery included — zero manual work.
Receive Stripe or other payment webhooks and generate receipt PDFs from order data in real time.
One API call generates the receipt and emails it to your customer. Fast, seamless, and hands-free.
Generate hundreds of receipts at month-end. One API call handles the entire batch.
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"
}'Free plan includes 30 PDFs/month. No credit card required.