Klarna Redirect
全球收单-SandBox环境
全球收单-SandBox环境
POST
/cashier
产品描述
时序图
Request 对象参数说明
PayerInfo Object
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
paymentMethod | Y | String | 目前固定为 klarna |
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 | Y | string | 国家,ISO 两位大写英文国家代码, 需满足 ISO 3166-1 |
orderInfo 订单信息
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
subject | Y | string | 订单标题 |
goodsInfo | Y | array | 商品信息, 请参考 goodsInfo |
shippingAddress | N | object | 收货地址, 请参考 shippingAddress |
请求参数
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
商户号
示例值:
500000000007362
transactionId
string
商户订单号
示例值:
202212070142347
transactionExpirationTime
string
可选
示例值:
2880
appId
string
网站域名
示例值:
www.pay.com
amount
string
必需
示例值:
123
redirectUrl
string
可选
示例值:
https://gatewaytest.useepay.com/gateway-test/redirectV2u0
currency
string
必需
示例值:
USD
notifyUrl
string
异步通知地址
示例值:
https://gatewaytest.useepay.com/gateway-test/notifyV2u0
echoParam
string
可选
示例值:
echoParam
payerInfo
string
必需
示例值:
{"paymentMethod":"klarna","billingAddress":{"houseNo":"El Gallo Giro(https: //gallogiro.com/)","email":"dynamic_3d@useepay.com","phoneNo":"1235854433","firstName":"amber","lastName":"lei","street":"7148 Pacific Blvd, Huntington Park, CA","postalCode":"90225","city":"Guatemala","state":"GU","country":"GT"}}
orderInfo
string
可选
示例值:
{"subject":"order title","shippingAddress":{"email":"dynami1c_3d@useepay.com","phoneNo":"123123","firstName":"amber","lastName":"lei","street":"Heathcoat House, 20 Savile Row","postalCode":"W1S 3PR","city":"Guatemala","state":"GU","country":"GT"}}
userInfo
string
必需
示例值:
{ "userId": "victor007", "ip": "103.25.65.178", "email": "victor.yang@useepay.com", "phoneNo": "(323) 585-4433"}
autoRedirect
string
可选
示例值:
false