MPay
  1. 码支付
MPay
  • 支付对接
    • 码支付
      • 页面跳转支付
        POST
      • API接口支付
        POST
    • 查询单个订单
      POST
  • 挂机软件
    • 软件版
      • 验签
      • 心跳
      • 回调通知
      • 检测订单
    • 店员版
      • 验证签名
      • 订单回调
  • 用户接口
    • 获取用户余额
      POST
  1. 码支付

页面跳转支付

POST
/submit.php
责任人:未设置

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/submit.php?pid=1000&type=wxpay&out_trade_no=20240806151343349&notify_url=https://xx.xx.xx/notify_url.php&return_url=https://xx.xx.xx/return_url.php&name=VIP&money=1.00&sign=202cb962ac59075b964b07152d234b70&sign_type=MD5'

返回响应

🟢200成功
application/json
Body

示例
{}
修改于 2024-10-04 08:57:14
下一页
API接口支付
Built with