Payment Request API
For easy implementation to call payment request API, this API protocol is using request parameter to send transaction data and Return Redirect URL.
✅ Payment Request API Link
☑️ API Link Data Format
http://qrpay.ottpay.com/h5Pay?merCode=××××&orderld=××××&amount=××&newURL=××☑️ Prefixed URL
http://qrpay.ottpay.com/h5Pay? ☑️ Request Parameters(need to be encoded)
*️ merCode
*️ orderId
*️ amount
*️ newURL
☑️ Payment Link Request Example (after parameter encoding)
✅ Payment Result URL Link
☑️Redirect URL Link Format(to be called from OTT API server)
☑️ Redirect URL Parameters (need be URL decoded)
*️ newURL
*️ amount
*️ orderID
*️ tranID
*️ Status
☑️ Redirect URL Link Example
Last updated
Was this helpful?