Twig template variables: Remote payments
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).
| Name | Classic template system equivalent? | Function |
|---|---|---|
{{invoice.RemotePaymentLink}} | {InvoiceRemotePaymentLink} | Shows a remote payment link that clients can select to make payment. Note: You can only use this template variable for invoices. |
{{invoice.HasBalanceOutstanding}} | {InvoiceHasBalanceOutstanding} | Use with {{invoice.RemotePaymentLink}} to show a remote payment link if the invoice has a value of more than zero.Note: You can only use this template variable for invoices. Note: The source code given as follows is an example of what to enter to:
|
{{statement.remotePaymentLink}} | {StatementRemotePaymentLink} | Shows a remote payment link that clients can select to make a payment. Note: You can only use this template variable with a document template for client statements. |
{{remotePaymentLink}} | {RemotePaymentLink} | Shows a remote payment link that clients can select to make a payment. Note: You can only use this template variable with an email template. |