When they search, make sure they find you!

Copy & Share Links

Once you’ve generated a payment link, sharing it with your client is fast and straightforward. The plugin provides a one-click copy mechanism so you can paste the link wherever you need it.

Copying the Link

After generating a link, you’ll see the full URL displayed in the output field. Click the “Copy” button located next to this field. The plugin uses the modern Clipboard API to copy the link to your system clipboard. If the Clipboard API is unavailable (for example, in older browsers or non-HTTPS environments), a fallback method using a temporary text selection is used automatically.

A “Copied!” confirmation message appears briefly for 2 seconds, letting you know the link was successfully copied. You can then paste it immediately using Ctrl+V (or Cmd+V on Mac).

Where to Share

The generated payment link is a standard URL with query parameters that your payment form reads. This means it works independently of the plugin — you can share it through any channel:

  • Messaging platforms — WhatsApp, SMS, Slack, Microsoft Teams, or any chat application
  • Invoices — Paste the link into PDF invoices, Word documents, or accounting software
  • Email — Copy into your own email client if you prefer not to use the plugin’s built-in email system
  • Websites — Embed the link as a hyperlink on any webpage or client portal
  • Social media — Share via direct messages on any social platform

How the Link Works

The payment link is simply a URL pointing to your payment form page with query parameters appended. For example:

https://yoursite.com/payment-form/?amount=150.00&first_name=John&last_name=Doe&email=john@example.com

When a recipient clicks the link, your payment form reads these parameters and pre-fills the relevant fields. The recipient then completes the payment through your configured payment gateway. No special software or plugin installation is required on the client’s end — it’s just a web page.

Tip: Always test a generated link yourself before sending it to a client to confirm your payment form is reading the parameters correctly.