Payment Gateway

Create a checkout link by adding query parameters to /pay. Share with your customer — they land directly on the secure checkout form.

ParameterTypeDescription
merchantstringYour business / shop name (shown in header)
productstringProduct or order name
amountnumberPayment amount, e.g. 149.00
currencystringISO 4217 code: AED / USD / EUR
descriptionstringOptional subtitle (e.g. order ID, plan tier)
success_urlURLRedirect after payment — receives ?payment_id=&status=succeeded

Example link:

https://payhive-gateway.ozcanrad.workers.dev/pay?merchant=My+Shop&product=Pro+Plan&amount=149&currency=AED
Try live example