home

Browse documentation

ezyVet Knowledge Center

Get access to documentation, training, and other high-quality resources.

Template variables: Remote payments

Variable nameFunction
{PaymentRemoteLink}Shows the address of the PayJunction page that a client uses to make a remote payment.
{InvoiceRemotePaymentLink}Shows a remote payment link that clients can select to make a remote payment.
Note: Before you send a remote payment link, a practice manager must configure a hosted payment integration (for example, PayJunction or Windcave).
{InvoiceHasBalanceOutstanding}Use with {InvoiceRemotePaymentLink} to show a remote payment link if the invoice has a value of more than $0.
Note: Before you send a remote payment link, a practice manager must configure a hosted payment integration (for example, PayJunction or Windcave).
This gives the example source code that you must enter for an email to:
  • Show a hyperlink of a remote payment that says Click here to make a payment
  • Only show a hyperlink if the value of the invoice is more than zero
<!--IF({InvoiceHasBalanceOutstanding}){-->Click <a href="https://{InvoiceRemotePaymentLink}">here</a> to make a payment<!--}-->