Create professional quotes, accept payments via Stripe, and generate beautiful PDFs — all through a simple REST API. Perfect for businesses automating their sales workflow.
curl -X POST https://quoteplus.app/api/quotes \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"customer": {
"name": "John Doe",
"email": "[email protected]"
},
"items": [
{ "description": "Web Development", "qty": 1, "unitPrice": 5000 },
{ "description": "SEO Package", "qty": 1, "unitPrice": 1500 }
],
"payment": {
"chargeType": "DOWNPAYMENT",
"amount": 2000
},
"currency": "USD"
}'✓ Returns quote link + checkout URL + PDF download
We've added game-changing features to help you accept payments and generate professional documents.
Accept payments directly
Connect your Stripe account and start accepting payments immediately. Support for full payments, deposits, and installments.
Professional documents
Every quote and payment generates a beautiful, branded PDF automatically. Download or share with customers instantly.
A complete platform for creating, sharing, and monetizing professional quotes.
Simple and intuitive API to create, read, update and manage your quotes programmatically.
Accept full payments, deposits, or installments directly through Stripe Connect.
Automatically generate professional PDFs for quotes and payment receipts.
Generate unique public links for each quote that your customers can view and respond to.
Receive real-time notifications when quotes are accepted, rejected, or paid.
Password-protected quotes and secure API key authentication to keep your data safe.
Support for line items, taxes, discounts, installments, and custom metadata.
Automatic PDF receipts generated for every successful payment.
Track all your quotes and customer interactions in one place.
Choose how you want to charge your customers with our flexible payment system.
Charge the complete quote amount upfront
FULLCollect a deposit before starting work
DOWNPAYMENTSplit payments into multiple parts
INSTALLMENTCharge any custom amount you need
CUSTOMJoin now and get full access to all features including payments and PDF generation — completely free. No credit card required.
Get started in minutes with our simple 4-step process.
Sign up for free and get your API key instantly.
Link your Stripe account to accept payments.
Create quotes via API with payment options.
Customers pay online, you get notified instantly.
Our REST API is designed for developers. Get started with just a few lines of code.
{
"id": "q_01JABCD123",
"status": "PENDING",
"publicUrl": "https://quoteplus.app/q/abc123xyz",
"pdfUrl": "https://storage.quoteplus.app/quote.pdf",
"checkoutUrl": "https://checkout.stripe.com/c/pay/..."
}Create a quote with customer info, items, and payment options in a single request.
Get a download link for a professionally formatted PDF immediately.
Receive a Stripe checkout URL so customers can pay immediately.
Start for free, no credit card required. All features included.
*During beta period