← Help Center

Payment Links

Once Stripe is connected, every active invoice gets its own pay page at /p/{slug}/. Clients can pay there directly without signing in.

  • In reminder emails — embedded as the "Pay now" button.
  • On the invoice detail page — under Payment link, with a copy button.
  • On the invoice list — small Stripe icon next to the amount when a link exists.

Tracking

Duefy records two events when a client interacts with a payment link:

  • Open — when the email is opened (1×1 tracking pixel).
  • Click — when the "Pay now" button is clicked.

Both are visible on the invoice timeline so you know whether the client is engaging.

You can copy the pay page URL and send it via SMS, WhatsApp, or any other channel. It works the same regardless of origin — no need to send the email through Duefy if your client prefers another medium.

Currency and amount

The link is locked to the invoice's currency and amount; clients can't pay a different sum. If you need to adjust, edit the invoice — a new link is generated on save.

Links don't expire on their own. Once an invoice is paid, paused, or cancelled, the link returns a friendly "This invoice is no longer collectible" page instead.

Was this helpful?