For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add Payment Page Links to Zuora Email Templates

You can embed a link to a PeakCommerce payment page in Zuora's email templates (for example invoice or dunning emails) so customers can pay directly from the email.

1. Get the payment page URL

In Content → Pages, open the Payment-type page you want customers to land on and copy its public URL (its /s/… link). That's the address you'll link to from Zuora.

To pre-fill the page for a specific customer or invoice, use the page's prefill URL parameters (see the journey's Cart prefill URL parameters). Confirm the exact parameters your payment page accepts before building the link.

2. Edit the Zuora email template

In Zuora, go to Settings → Billing → Setup Profiles, Notifications, and Email Templates, find the template you want, and click Edit.

In the template editor, add an HTML anchor pointing at the payment page URL:

<a href="https://your-domain/s/your-payment-page">Click here to make a payment</a>

You can style it with inline CSS, and you can pass Zuora merge fields as URL parameters so the link is specific to each recipient:

Merge field
Value

<DataSource.Account.AccountNumber>

Account number

<DataSource.Account.Id>

Account ID

<DataSource.Account.CrmId>

CRM account ID

<DataSource.Invoice.InvoiceNumber>

Invoice number

4. Preview, test, and save

Use Zuora's Preview to check the link, test how it renders across email clients (Gmail, Outlook, etc.), then Save the template.

Last updated

Was this helpful?