applepay 跳转收银台
全球收单-SandBox环境
全球收单-SandBox环境
POST
/cashier
注意
Ps:预授权完成最好在3个工作日内完成,否则万事达卡会被加收0.033欧元+0.28%的手续费,同时,超过3天的预授权拒付是无法申诉的。
流程说明
请求参数对象说明
payerInfo
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
paymentMethod | Y | string | 目前固定为 applepay |
authorizationMethod | Y | string | cvv固定值 |
billingAddress | Y | Json String | 账单地址 |
firstName | N | String(56) | 持卡人名(如果为空,则UseePay会用账单/收货地址姓名填充) |
lastName | N | String(56) | 持卡人名(如果为空,则UseePay会用账单/收货地址姓名填充) |
billingAddress 账单地址信息
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
Y | string | 收货邮箱 | |
firstName | Y | string | 收货人名 |
lastName | Y | string | 收货人姓 |
phoneNo | N | string | 收货手机号 |
street | Y | string | 收货街道地址 |
houseNo | N | string | 收货街道地址和门牌号当street存在时可以不填 |
postalCode | Y | string | 邮编,如果该国家或地区由邮编必须传,否则可以不传 |
city | Y | string | 城市 |
state | Y | string | 省/州/地区, 需满足 ISO 3166-2 |
country | Y | string | 国家,ISO 两位大写英文国家代码, 需满足 ISO 3166-1 |
orderInfo 订单信息
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
subject | Y | string | 订单标题 |
goodsInfo | Y | array | 商品信息, 请参考 goodsInfo |
shippingAddress | Y | object | 收货地址, 请参考 shippingAddress |
goodsInfo 商品信息
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
id | Y | string | sku id |
name | Y | string | 商品名 |
body | Y | string | 商品描述 |
quantity | Y | number | 商品数量 |
price | Y | string | 商品价格,必须大于0,单位为对应货币的最小货币单位参考货币单位一节 |
url | N | string | 商品链接 |
image | N | string | 商品图片 |
[
{
"id": "商品编号",
"name": "商品名称",
"body": "商品描述",
"category": "商品类目",
"categoryTree": "商品类目树,不同级别类目使用”|”分割",
"brand": "商品品牌",
"quantity": 1,
"price": 1234,
"url": "商品url",
"sku": "商品sku",
"image": "商品图片url"
}
]
shippingAddress 收货地址
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
Y | string | 收货邮箱 | |
phoneNo | N | string | 收货手机号 |
firstName | Y | string | 收货人名 |
lastName | Y | string | 收货人姓 |
street | Y | string | 收货街道地址 |
houseNo | N | string | 收货街道地址和门牌号当street存在时可以不填 |
postalCode | Y | string | 邮编,如果该国家或地区由邮编必须传,否则可以不传 |
city | N | string | 城市 |
state | Y | string | 省/州/地区, 需满足 ISO 3166-2 |
country | Y | string | 国家,ISO 两位大写英文国家代码, 需满足 ISO 3166-1 |
{
"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
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
userId | N | string | max=128 用户id |
ip | Y | string | max=128 IPv4或IPv6 |
Y | string | max=128用户邮箱 | |
phoneNo | N | string | max=32 用户手机号 |
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Body 参数application/x-www-form-urlencoded
appId
string
必需
示例值:
www.pay.com
autoRedirect
string
可选
示例值:
false
country
string
可选
示例值:
JP
echoParam
string
可选
示例值:
echoParam
merchantNo
string
商户号 (16)
示例值:
500000000007362
notifyUrl
string
可选
示例值:
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": "applepay", "authorizationMethod": "cvv", "billingDescriptor": "", "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": "Le Temple-sur-Lot", "state": "", "country": "FR" }}
redirectUrl
string
必需
示例值:
http://192.168.1.56:8005/redirectV2u0
signType
string
必需
示例值:
MD5
terminalType
string
必需
示例值:
WEB
transactionExpirationTime
string
必需
示例值:
1880
transactionId
string
必需
示例值:
6b4f4765-ceb6-4b34-af47-2e02eb706c6a
transactionType
string
必需
pay: 支付 authorization:预授权
示例值:
pay
userInfo
string
必需
示例值:
{"userId":"victor1","ip":"103.25.65.178","email":"dynam1ic_3d@useepay.com"}
version
string
必需
示例值:
1.0
gatewaySource
string
可选
示例值:
SHOPIFY、SHOPLINE、SHOPYY、SHOPBASE、funpinpin等
示例代码
返回响应
修改于 2024-04-12 11:34:59