Alipay Direct 文档
全球收单-SandBox环境
全球收单-SandBox环境
POST
/api
时序图
Request 请求参数说明
PayerInfo Object
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
paymentMethod | Y | String | alipay |
osType | Y | String | terminalType为WAP的时候必传IOS/ANDROID |
terminalType | Y | String | WEB/WAP |
UserInfo Object
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
userId | N | string | max=128 用户id |
ip | Y | string | max=128 IPv4或IPv6 |
N | string | max=128用户邮箱 | |
phoneNo | N | string | max=32 用户手机号 |
OrderInfo Object
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
subject | Y | String(128) | 订单标题,可以是商品名称 |
goodsInfo | N | Array Json String (4096) | 商品信息, 请参考 goodsInfo |
goodsInfo
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
name | Y | String | 商品名 |
body | Y | String | 商品描述 |
quantity | Y | number | 商品数量 |
price | Y | String | 商品价格,必须大于0,单位为对应货币的最小货币单位参考货币单位一节 |
url | N | String | 商品链接 |
image | N | String | 商品图片 |
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Body 参数application/x-www-form-urlencoded
transactionType
string
交易类型: pay
示例值:
pay
version
string
必需
示例值:
1.0
signType
string
必需
示例值:
MD5
merchantNo
string
商户号
示例值:
500000000007362
transactionId
string
商户订单号
示例值:
202212070142347
transactionExpirationTime
string
可选
示例值:
10
appId
string
网站域名
示例值:
www.pay.com
redirectUrl
string
跳转商户地址
示例值:
https://gatewaytest.useepay.com/gateway-test/redirectV2u0
notifyUrl
string
异步通知
示例值:
https://gatewaytest.useepay.com/gateway-test/notifyV2u0
echoParam
string
可选
示例值:
echoParam
payerInfo
string
付款方信息
示例值:
{ "paymentMethod": "alipay", "osType": "terminalType为WAP的时候必传IOS/ANDROID" , "terminalType": "WEB/WAP"}
orderInfo
string
订单信息
示例值:
{"subject":"order title","goodsInfo":[{"id":"商品编号","name":"商品名称","body":"商品描述","category":"商品类目","categoryTree":"商品类目树,不同级别类目使用”|”分割","brand":"商品品牌","quantity":1,"price":1234,"url":"商品url","sku":"商品sku","image":"商品图片url"}],"shippingAddress":{"email":"haile1y@useepay.com","phoneNo":"123123","firstName":"Victor","lastName":"Yang","street":"Heathcoat House, 20 Savile Row","postalCode":"W1S 3PR","city":"London","state":"LND","country":"GB"}}
userInfo
string
消费者信息
示例值:
{ "userId": "victor007", "ip": "103.25.65.178", "email": "victor.yang@useepay.com", "phoneNo": "(323) 585-4433" }
示例代码
返回响应
修改于 2023-10-14 02:00:14