Add payment link as normal button and link on your Website
- Copy the following script on your HTML page. Replace the INVOICE_URL with the link from the invoice.
<a href="INVOICE_URL">Check Out<a>
OR <input type="button" value="Check Out" onclick="window.location.href='INVOICE_URL'" />
- Now you can customize the 'Paynow' button by clicking on 'ADD PAYMENT BUTTON ON YOUR WEBSITE'.
- It looks like the below screenshot if you go with : <a href="INVOICE_URL">Check Out<a>
- It looks like the below screenshot if you go with : <input type="button" value="Check Out" onclick="window.location.href='INVOICE_URL'" />
Please email us at support@payfunnels.com if you have any questions.