Payment link

One link. Your customer picks: Pix, card or boleto.

Create in seconds, share wherever the sale happens and follow the payment in real time. Pix at R$ 0.50 per transaction, the price on the table is the price you pay.

No code, no premium plan. And an API whenever you want.

  • Pix on the link

    R$ 0.50 flat

  • Pix payout

    Instant

  • Accepted methods

    Pix + card + boleto

How it works

From value to confirmation

No site, no card machine, no code. Three screens, three minutes.

  1. Create the value

    Fixed value, open value, or per product. Pick accepted methods and max installments. Save and the link is ready.

  2. Share it

    Paste in WhatsApp, in the Instagram bio, in an emailed quote or in a printed QR. The same link works everywhere.

  3. Track it

    Real-time dashboard with who paid, by which method and when. Webhook for those who prefer to receive it in code.

Use cases

The link that fits any sale

From a WhatsApp quote to paid access on a community. One product, many ways to use it.

Sell on WhatsApp

Customer ordered on WhatsApp? Paste the link, the payment lands and (if you issue invoices) the invoice goes to their email automatically.

Open value

Donation, tip or a charge where the customer picks the amount: you set an optional minimum and they complete the rest.

Printable QR Code

Every link ships with a print-ready high-res QR. Great for menus, flyers, counter banners and receipts.

Instagram and bio

Short URL and QR Code on your profile. Every purchase lands with origin tagged, so you know which channel it came from.

Installments up to 12x

You set the maximum. The per-tier fees show on the link, no fine print mid-sale.

Individuals and companies alike

Individuals, MEI or companies create links the same way, on the same fee table. Invoicing is optional and turns on when you have a CNPJ.

Proof

API-driven link for when you grew

Started in the panel, want to automate? Same link, now via API. Webhook per event, configurable installments.

import { Ducavo } from '@ducavo/sdk';

const ducavo = new Ducavo(process.env.DUCAVO_SECRET_KEY);

// Link multi-meio: seu cliente escolhe se paga com Pix, cartão ou boleto
const link = await ducavo.links.create({
  amount: 9700,
  description: 'Consultoria de 1h',
  methods: ['pix', 'card', 'boleto'],
  installments: { max: 12 },
  expiresIn: 3600 * 24 * 7 // 7 dias
});

// Compartilhe pelo WhatsApp, Instagram ou e-mail
console.log(link.url); // https://pay.ducavo.com/l/xk8vq

// Acompanhe pagamentos via webhook
// event: 'link.paid' → { linkId, amount, method, invoice }

Multi-method link creation via API, with status webhook.

Pricing

Zero monthly. Fee only when the link is paid

No monthly plan with transaction quota. No fee per paid link. What's here is what you pay.

One fee per method, page price equals contract price.
See the full pricing table
Received by Pix per transactionR$ 0,50
Credit at sight per sale0,50% + R$ 0,05
Boleto received per settlement0,50% + R$ 0,05
Monthly + unlimited links Free

Fiscal edge

Link paid, invoice emailed

No link on the market issues invoices alongside. Here, the invoice object lives on the link, and issuance fires on payment.

  • NF-e or NFS-e defined per link
  • Automatic delivery to the customer's email
  • Refunded? The invoice cancels itself
link-com-nf.ts
await ducavo.links.create({
  amount: 9700,
  description: 'Consultoria de 1h',
  methods: ['pix', 'card', 'boleto'],
  invoice: {
    issue: true,
    cfop: '5102'
  }});

FAQ

Frequently asked questions about payment link

How much does the payment link cost?

Zero to create, zero monthly, zero to keep. Fees kick in by method when the link is paid: Pix R$ 0.50, card and boleto with the table published on /pricing. The same number here, on title and contract.

When does the money land?

Pix lands instantly, credit at sight in 1 business day (with advance) or D+30 by market default, boleto in 1 business day after clearing. Per-method deadlines appear in the second section of the page, never hidden in a FAQ.

Do I need a site or a card machine?

Neither. The link replaces the site: your customer opens on mobile, picks a method, pays. It replaces the card machine: it fits in WhatsApp, Instagram, a printed QR.

Do I need a CNPJ?

To create payment links, an individual can use the platform the same way, on the same fee table. Invoice issuance (optional), however, requires an active CNPJ: if you're MEI or a company, the invoice is issued automatically; if you're an individual, the link collects payment without issuing an invoice.

How many links can I create?

Unlimited. There's no per-link plan or per-created-transaction fee. The charge only kicks in when the link actually pays.

Can I offer installments?

Yes, the link accepts credit installments up to 12x with per-tier fees published on /pricing. You set the max per link and the customer sees installments with interest already calculated before they pick.

Can I cancel whenever I want?

Yes, with no penalty and no waiting period. There's no lock-in or contract: you disable the link in the panel and the product stops accepting payment. Other platforms lock customers in for 12 to 24 months; Ducavo doesn't.

Does the link issue an invoice?

Yes. You attach the invoice object when creating the link. When the customer pays, the invoice is issued and sent by email. If there's a refund, the invoice cancels automatically.

Create your first link in seconds

Free signup, no card required, first link ready in the first session.