payeasy 收银台模式
全球收单-SandBox环境
全球收单-SandBox环境
POST
/cashier
功能说明
时序图
请求对象参数说明
PayerInfo 请求参数说明
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
paymentMethod | Y | String | 目前固定为 payeasy |
billingAddress | Y | Json String | 账单信息 |
billingAddress Object
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
firstName | Y | string | 收货人名 |
lastName | Y | string | 收货人姓 |
Y | string | 收货邮箱 | |
phoneNo | Y | string | 收货手机号 |
street | N | string | 收货街道地址 |
houseNo | N | string | 收货街道地址和门牌号当street存在时可以不填 |
postalCode | N | string | 邮编,如果该国家或地区由邮编必须传,否则可以不传 |
city | N | string | 城市 |
state | N | string | 省/州/地区, 需满足 ISO 3166-2 |
country | N | string | 国家,ISO 两位大写英文国家代码, 需满足 ISO 3166-1 |
orderInfo 订单信息
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
subject | Y | string | 订单标题 |
goodsInfo | N | array | 商品信息, 请参考 goodsInfo |
shippingAddress | N | object | 收货地址, 请参考 shippingAddress |
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Body 参数application/x-www-form-urlencoded
amount
string
必需
示例值:
100
appId
string
必需
示例值:
www.pay.com
autoRedirect
string
可选
示例值:
false
country
string
可选
示例值:
JP
echoParam
string
可选
示例值:
echoParam
merchantNo
string
必需
示例值:
500000000007362
notifyUrl
string
异步通知(512)
示例值:
http://gatewaytest.useepay.com/notifyV2u0
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"}}
payerInfo
string
必需
示例值:
{"paymentMethod":"payeasy","billingAddress":{"houseNo":"El Gallo Giro(https://gallogiro.com/)","email":"hai1ley@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:8005/redirectV2u0
sign
string
可选
示例值:
9ee208a2dcdd4bbc9ba0a99be4b6b0d8
signType
string
必需
示例值:
MD5
terminalType
string
可选
示例值:
WEB
transactionExpirationTime
string
可选
示例值:
1880
transactionId
string
必需
示例值:
490f9dc6-59c9-49b5-8c88-2a948f1b4d3b
transactionType
string
必需
示例值:
pay
userInfo
string
必需
示例值:
{"userId":"victor1","ip":"103.25.65.178","email":"useepay@useepay.com"}
version
string
必需
示例值:
1.0
示例代码
返回响应
修改于 2023-10-14 01:59:57