payeasy api 模式
全球收单-SandBox环境
全球收单-SandBox环境
POST
/api
时序图
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Body 参数application/x-www-form-urlencoded
transactionType
string
必需
示例值:
pay
version
string
必需
示例值:
1.0
signType
string
必需
示例值:
MD5
merchantNo
string
商户号(16)
示例值:
500000000007362
transactionId
string
商户订单号(64)
示例值:
202212070142347
transactionExpirationTime
string
可选
示例值:
1880
appId
string
网站域名(128)
示例值:
www.pay.com
amount
string
必需
示例值:
123
redirectUrl
string
可选
示例值:
https://gatewaytest.useepay.com/gateway-test/redirectV2u0
currency
string
必需
示例值:
JPY
notifyUrl
string
异步通知(512)
示例值:
https://gatewaytest.useepay.com/gateway-test/notifyV2u0
echoParam
string
可选
示例值:
echoParam
payerInfo
string
必需
示例值:
{
"paymentMethod": "payeasy",
"billingAddress": {
"houseNo": "El Gallo Giro(https://gallogiro.com/)",
"email": "victor.yang@useepay.com",
"phoneNo": "(323) 585-4433",
"firstName": "Victor",
"lastName": "Yang",
"street": "7148 Pacific Blvd, Huntington Park, CA 90255",
"postalCode": "90225",
"city": "Huntington Park",
"state": "CA",
"country": "US"
}
}
orderInfo
string
可选
示例值:
{ "subject": "订单标题", "goodsInfo": [ { "id": "商品编号", "name": "商品名称", "body": "商品描述", "category": "商品类目", "categoryTree": "商品类目树,不同级别类目使用”|”分割", "brand": "商品品牌", "quantity": 1, "price": 1234, "url": "商品url", "sku": "商品sku", "image": "商品图片url" } ], "deliveryMethod": "logistics", "deliveryTime": "", "shippingAddress": { "email": "victor.yang@useepay.com", "phoneNo": "+44 20 7734 9638", "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", "createTime": "20200520131400"}
示例代码
返回响应
修改于 2023-10-14 01:59:49