Dynamic payment links let you add a custom, invoice-specific payment button to your PDF invoices. This button takes your client directly to a payment page with the correct amount pre-filled, ideal for PayPal, Stripe, Wise, and similar services.
You’ll need a property to store or generate the unique payment URL for each invoice.
"<https://www.paypal.com/paypalme/yourPaypalUsername999/>" + prop("Total") + "EUR"
*Replace the URL with your actual payment URL and username
Payment Link
).That’s it, Pop Invoice will now use that property to generate a payment button in the PDF, unique to each invoice.