For WAP/H5 payments, merchants should guide users to open the payment link in a mobile browser such as Chrome, Safari, or Edge. Due to restrictions in in-app browsers (for example WhatsApp, Facebook Messenger, or WeChat), QFPay cannot guarantee that these apps can invoke external wallet apps correctly.Example: Alipay cannot be automatically opened inside the WeChat in-app browser. This is a browser restriction beyond QFPay’s control.
HTTP Request
POST /trade/v1/payment
You can find the corresponding pay_type for each wallet in the table below:
Request Parameters
Response Parameters
Summary
- Suitable for mobile browser environments (not recommended for in-app browsers inside social apps).
- Set
return_urlandnotify_urlif you need user redirection and/or backend confirmation. - Use
pay_urlto redirect users (mobile) or display a QR code (desktop). - If
respcdis not0000, use asynchronous notification and/or Transaction Enquiry to confirm the final result.

