页面跳转支付
POST
https://xxx.com/submit.php
接口描述
此接口可用于用户前台直接发起支付,使用form表单跳转或拼接成url跳转。
请求参数
application/x-www-form-urlencoded参数名
类型
描述
必填
pid
int
商户ID
必填
type
String
支付方式
必填
out_trade_no
String
商户订单号
必填
notify_url
String
异步通知地址
必填
return_url
String
跳转通知地址
必填
name
String
商品名称
必填
money
String
商品金额
必填
param
String
业务扩展参数
必填
sign
String
签名字符串
必填
sign_type
String
签名类型
必填