Is there a way to add a pay now button with a link that will go directly to a paypal (or other processor after v1.3) in the email text? This way a customer does not have to login to the customer portal, they can just pay the invoice from the link in the email or even a link in the PDF invoice.
last splynx-paypal add-on, and
in template you can use:
{% set pay_pal_url = ‘SPLYNX_URL/paypal/direct-pay-invoice?item_id=’ ~ number %}
or just a link:
SPLYNX_URL/paypal/direct-pay-invoice?item_id=INVOICE_NUMBER
ps: this is the only support on paypal add-on at the moment.
I have added a “Pay Invoice” button in our reminder and invoice mailing templates but it does not work. Please check my code below.
When I insert the data for just the link it does not autofill the SPLYNX_URL or INVOICE_NUMBER fields. I was hoping this would be a working template function so it can be fully automated to help customers pay easier.
Hi @spous @Spencer_Pous , did you ever make the “Pay Invoice” link work with PayPal correctly?
We use IPPay now and you can add the link with IPPay using this link
https://<splynx_domain_address>/ippay/direct-pay-invoice-by-id?item_id=<invoice_id>