Preselect checkout currency with ?currency=
Append a query parameter to any product checkout link: https://pay.zenofy.io/p/YOUR_PRODUCT_ID?currency=CODE. Same pattern works for text links, buttons, and image links.
You can preselect the checkout currency by adding a currency code to the URL. This is useful when you want to send different audiences to the same product but start in a specific currency.
Sample link with BRL
Replace the sample product id with your real product id from the dashboard.
<a href="https://pay.zenofy.io/p/507f1f77bcf86cd799439011?currency=BRL">
Buy this product
</a>
Use a 3-letter currency code (e.g. MZN, BRL, USD). If the currency is not enabled for the product, the checkout falls back to the product’s default currency.
All tutorials