Send customers to your product checkout

Each product has a public checkout path on your payment host.

The URL pattern is https://pay.zenofy.io/p/YOUR_PRODUCT_ID, where YOUR_PRODUCT_ID is the product id shown in your dashboard (same id used in the product list and APIs).

Use a normal anchor anywhere on your marketing site, email template, or landing page.

Sample: text link

Replace the sample product id with your real product id from the dashboard.

<a href="https://pay.zenofy.io/p/507f1f77bcf86cd799439011">
  Buy this product
</a>

Sample: open checkout in a new tab

<a href="https://pay.zenofy.io/p/507f1f77bcf86cd799439011"
   target="_blank"
   rel="noopener noreferrer">
  Buy this product
</a>

Opening in a new tab avoids taking visitors away from long-form content while they complete payment.

All tutorials