Ideal
Direct
Ideal
POST
USEEPAY_PATH/api
Headers
content-type*
String
application/x-www-form-urlencoded
Request Body
transactionType*
String
交易类型 : pay
version*
String(5)
目前固定为 1.0
signType*
String
商户生成签名字符串所使用的签名算法类型,目前支持:RSA/MD5
merchantNo*
String(16)
商户号
transactionId*
String(64)
商户订单号
transactionExpirationTime
String(6)
过期时间 (分钟)
appId*
String (128)
网站域名
amount*
String(12)
currency*
String(3)
notifyUrl*
String(512)
echoParam
String(256)
回声参数,响应报文会原样返回
payerInfo*
String
Json格式的String 付款方信息, 请下方
orderInfo
String
json string, 订单信息, 请参考下方
userInfo*
String
redirectUrl
String(512)
跳转商户地址
Redirect
Ideal
POST
USEEPAY_PATH/cashier
Headers
content-type*
String
application/x-www-form-urlencoded
Request Body
transactionType*
String
交易类型 : pay
version*
String(5)
目前固定为 1.0
signType*
String
商户生成签名字符串所使用的签名算法类型,目前支持:RSA/MD5
merchantNo*
String(16)
商户号
transactionId*
String(64)
商户订单号
transactionExpirationTime
String(6)
过期时间 (分钟)
appId*
String (128)
网站域名
amount*
String(12)
currency*
String(3)
notifyUrl*
String(512)
echoParam
String(256)
回声参数,响应报文会原样返回
payerInfo*
String
Json格式的String 付款方信息, 请下方
orderInfo
String
json string, 订单信息, 请参考下方
userInfo*
String
redirectUrl
String(512)
跳转商户地址
autoRedirect
String
false: 不跳转 默认true
autoRedirect
String
false:不直接跳转 默认true
Refund
支持退款
Last updated