home

Browse documentation

ezyVet Knowledge Center

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

Template variables: Remote payments

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 payment.
Note: You can only use this template variable for invoices.
Note: Remote payments only operate with payment integrations. Thus, make sure that your ezyVet site has a configured integration for the applicable payment integration (for example, Windcave or PayJunction).
{InvoiceHasBalanceOutstanding}Use with {InvoiceRemotePaymentLink} to show a remote payment link if the invoice has a total price value of more than zero.
Note: You can only use this template variable for invoices.
Note: Remote payments only operate with payment integrations. Thus, make sure that your ezyVet site has a configured integration for the applicable payment integration (for example, Windcave or PayJunction).
Tip: The source code given as follows is an example of what to enter to:
  1. Add a remote payment link that shows Click here to make a payment
  2. Only show the link if the total price value of the invoice is more than zero
<!--IF({InvoiceHasBalanceOutstanding}){-->Click <a href="https://{InvoiceRemotePaymentLink}">here</a> to make a payment<!--}-->
{StatementRemotePaymentLink}Shows a remote payment link that clients can select to make payment.
Note: You can only use this template variable with a document template for client statements.
Note: Remote payments only operate with payment integrations. Thus, make sure that your ezyVet site has a configured integration for the applicable payment integration (for example, Windcave or PayJunction).
{RemotePaymentLink}Shows a remote payment link that clients can select to make payment.
Note: You can only use this template variable with an email template.
Note: Remote payments only operate with payment integrations. Thus, make sure that your ezyVet site has a configured integration for the applicable payment integration (for example, Windcave or PayJunction).