NEW: Stripe Payments & PDF Generation
FREE FOR LIMITED TIME

Quotes, Payments &
PDFs in One API

Create professional quotes, accept payments via Stripe, and generate beautiful PDFs — all through a simple REST API. Perfect for businesses automating their sales workflow.

No credit card required
Stripe payments built-in
Auto PDF generation
Real-time webhooks
create-quote-with-payment.sh
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

Latest Updates

Powerful new features

We've added game-changing features to help you accept payments and generate professional documents.

Stripe Connect Payments

NEW

Accept payments directly

Connect your Stripe account and start accepting payments immediately. Support for full payments, deposits, and installments.

  • Full payment, downpayment, or installments
  • Automatic checkout session creation
  • Real-time payment webhooks
  • Payment receipt PDFs

Automatic PDF Generation

NEW

Professional documents

Every quote and payment generates a beautiful, branded PDF automatically. Download or share with customers instantly.

  • Custom company branding & logo
  • Itemized quotes with taxes & discounts
  • Payment receipts with transaction details
  • Cloud storage with MinIO/S3

Everything you need to manage quotes

A complete platform for creating, sharing, and monetizing professional quotes.

RESTful API

Simple and intuitive API to create, read, update and manage your quotes programmatically.

NEW

Stripe Payments

Accept full payments, deposits, or installments directly through Stripe Connect.

NEW

PDF Generation

Automatically generate professional PDFs for quotes and payment receipts.

Shareable Links

Generate unique public links for each quote that your customers can view and respond to.

Webhooks

Receive real-time notifications when quotes are accepted, rejected, or paid.

Secure & Private

Password-protected quotes and secure API key authentication to keep your data safe.

Rich Details

Support for line items, taxes, discounts, installments, and custom metadata.

NEW

Payment Receipts

Automatic PDF receipts generated for every successful payment.

Customer Management

Track all your quotes and customer interactions in one place.

Flexible payment options

Choose how you want to charge your customers with our flexible payment system.

Full Payment

Charge the complete quote amount upfront

FULL

Downpayment

Collect a deposit before starting work

DOWNPAYMENT

Installments

Split payments into multiple parts

INSTALLMENT

Custom Amount

Charge any custom amount you need

CUSTOM
Limited Time Offer

Ready to streamline your quotes?

Join now and get full access to all features including payments and PDF generation — completely free. No credit card required.

How it works

Get started in minutes with our simple 4-step process.

01

Create Account

Sign up for free and get your API key instantly.

02

Connect Stripe

Link your Stripe account to accept payments.

03

Send Quotes

Create quotes via API with payment options.

04

Get Paid

Customers pay online, you get notified instantly.

Simple API integration

Our REST API is designed for developers. Get started with just a few lines of code.

response.json
{
  "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/..."
}

One API call

Create a quote with customer info, items, and payment options in a single request.

Instant PDF

Get a download link for a professionally formatted PDF immediately.

Payment ready

Receive a Stripe checkout URL so customers can pay immediately.

Simple, transparent pricing

Start for free, no credit card required. All features included.

LIMITED TIME

Free Forever*

$0/month

*During beta period

  • Unlimited quotes
  • Stripe Connect payments
  • Automatic PDF generation
  • Real-time webhooks
  • Password-protected quotes
  • Payment receipts
  • Full API access
  • Email support
Get Started Free