Create a checkout link by adding query parameters to /pay. Share with your customer — they land directly on the secure checkout form.
| Parameter | Type | Description |
|---|---|---|
| merchant | string | Your business / shop name (shown in header) |
| product | string | Product or order name |
| amount | number | Payment amount, e.g. 149.00 |
| currency | string | ISO 4217 code: AED / USD / EUR … |
| description | string | Optional subtitle (e.g. order ID, plan tier) |
| success_url | URL | Redirect after payment — receives ?payment_id=&status=succeeded |
Example link: