支付/预授权
API
跳转式收银台
POST
BASE_URL/cashier
Headers
Content-Type*
String
application/x-www-form-urlencoded
Request Body
sign*
string
签名值
signType*
string
签名类型 MD5 / RSA (4)
echoParam
string
回声参数,Response 中将会原样返回 (256)
notifyUrl
string
异步通知地址 (512)
userInfo*
string
payerInfo*
string
currency*
string
orderInfo*
string
amount*
string
appId*
string
提交审核的网站, 需与商户后台网站审核值一致 (128)
transactionExpirationTime*
integer
交易过期时间(单位为分钟) (6)
transactionType*
string
传 pay / authorization (18)
transactionId*
string
订单号, 需要唯一 (64)
merchantNo*
string
商户号 (16)
autoRedirect
boolean
true/ false 默认 true
version*
string(5)
目前固定为 1.0 (5)
redirectUrl
String
重定向请求的跳转地址 max=512
terminalType*
String(8)
终端类型 WEB/H5
Pay Result
merchantNo
max=16
max=16 商户编号,由 USEEPAY 分配
yes
transactionId
max=64
商户订单号,需保证在商户端不重复
yes
transactionType
max=18
交易类型:pay/authorization
yes
reference
max=32
USEEPAY 订单号
amount
max=12
yes
currency
max=3
yes
resultCode
max=32
yes
errorCode
max=4
错误码(详见 错误码 errorCode)
errorMsg
max=256
错误码消息描述
echoParam
max=256
回声参数,响应报文会原样返回
sign
max=256
签名
yes
Last updated