Checkout links are the fastest way to start selling with mavi pay. Each link is a unique URL that takes a customer directly to a hosted checkout page for a specific product. No website or integration required.
The link format is:
https://pay.mavifinans.sh/checkout/<link-id>
Each link is unique and tied to a single product. You can create multiple links for the same product to track different campaigns or channels.
Checkout links work anywhere a URL works:
href of a buy button, or embed the full checkout widget for an inline experience.Every checkout link tracks the following metrics in your dashboard:
| Metric | Description |
|---|---|
| Views | Number of times the checkout page was loaded. |
| Conversions | Number of completed purchases. |
| Conversion rate | Percentage of views that resulted in a purchase. |
| Revenue | Total revenue generated through this specific link. |
Use multiple links per product to A/B test different channels. For example, create one link for your email list and another for social media to compare conversion rates.
When creating or editing a checkout link, you can configure:
?email=customer@example.com to the URL to pre-fill the email field.utm_source, campaign_id) that will be included in webhook payloads and the order record.You can append query parameters to any checkout link:
https://pay.mavifinans.sh/checkout/<link-id>?email=user@example.com&metadata[source]=newsletter
| Parameter | Description |
|---|---|
email | Pre-fills the customer email field. |
discount | Applies a discount code automatically. |
metadata[key] | Attaches custom metadata to the order. |
From the dashboard, you can: