扫码支付 Server To Server模式
全球收单-SandBox环境
全球收单-SandBox环境
POST
/api
时序图
请求参数对象说明
payerInfo
参数 | 类型 | 说明 | 是否必填 |
---|---|---|---|
paymentMethod | string | 固定值 wechat_native | Y |
authorizationMethod | string | 固定值 cvv | Y |
billingAddress | string(string) | 账单地址 | N |
orderInfo
参数 | 类型 | 说明 | 是否必填 |
---|---|---|---|
subject | String(128) | 订单标题,可以是商品名称。这个最终会提现在微信支付账单中 | Y |
goodsInfo | string(json array) | 商品详细新下 | N |
shippingAddress | string(json) | 账单地址 | N |
userInfo
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Body 参数application/x-www-form-urlencoded
appId
string
网站域名(128)
示例值:
www.pay.com
echoParam
string
可选
示例值:
echoParam
merchantNo
string
必需
示例值:
500000000007362
notifyUrl
string
必需
示例值:
https://gatewaytest.useepay.com/gateway-test/notifyV2u0
orderInfo
string
可选
示例值:
{\"shippingAddress\":{\"email\":\"amber.lei@useepay.com\",\"phoneNo\":\"123\",\"firstName\":\"amber\",\"lastName\":\"lei\",\"street\":\"118 trenton drive\",\"postalCode\":\"37830\",\"city\":\"city\",\"state\":\"Tennessee\",\"country\":\"US\"},\"subject\":\"订单标题\",\"goodsInfo\":[{\"id\":\"商品编号\",\"name\":\"商品名称\",\"body\":\"商品描述\",\"category\":\"商品类目\",\"categoryTree\":\"商品类目树,不同级别类目使用”|”分割\",\"brand\":\"商品品牌\",\"quantity\":1,\"price\":1234,\"url\":\"商品url\",\"sku\":\"商品sku\",\"image\":\"商品图片url\"}]}
payerInfo
string
必需
示例值:
{\"paymentMethod\":\"wechat_native\",\"authorizationMethod\":\"cvv\",\"firstName\":\"amber\",\"lastName\":\"lei\",\"billingAddress\":{\"houseNo\":\"El Gallo Giro(https://gallogiro.com/)\",\"email\":\"amber.lei@useepay.com\",\"phoneNo\":\"1235854433\",\"firstName\":\"amber\",\"lastName\":\"Yang\",\"stlogreet\":\"7148 Pacific Blvd, Huntington Park, CA\",\"postalCode\":\"90225\",\"city\":\"Huntington Park\",\"state\":\"CA\",\"country\":\"MX\",\"street\":\"street\"}}
redirectUrl
string
可选
示例值:
http://192.168.1.56:8003/redirectV2u0
signType
string
必需
示例值:
MD5
transactionExpirationTime
string
可选