Cash
(payProduct=03)
最后更新于
(payProduct=03)
最后更新于
1、用户在商户网站进行下单选择Cash付款;
2、商户向Supefina发起Cash支付请求;
3、Supefina返回Cash付款URL信息。
4、商户将该支付URL展示给用户;
5、用户按照页面提示进行付款;
6、付款成功;
7、Supefina通知商户订单成功。
SandBox
POST
http://8.130.9.219:8899/api/supefina/transactions/payin
正式环境
POST
https://api.supefina.net/api/supefina/transactions/payin
Content-Type
application/json
countryId
String
是
merId
String
是
商户ID 商户ID获取路径:Supefina商户后台-商户管理-基本信息-商户ID
payProduct
String
是
currency
String
是
merOrderNo
String
是
商户订单号
orderAmount
String
是
订单金额
0>= orderAmount
<= 10,000
customerEmail
String
是
用户邮箱
customerName
String
是
用户姓名
lastName
String
是
用户姓氏
customerIdentificationType
String
是
用户身份证明文件类型
07
:身份证件(CI)
10
:护照号码(PP)(only for Cash)
03
:护照标识(PAS)(only for BankTransfer)
02
:税号(RUC)
customerIdentification
String
是
用户身份证件号
nonceStr
String
是
随机字符串 长度不能超过32位
sign
String
是
签名
callbackUrl
String
否
回调地址
expireTimeL
Long
否
过期时间 单位:秒;默认1天,建议商户自己控制时间
customerPhone
String
否
用户电话
checkOut
Boolean
否
收银台
true
:需要收银台
false
:不需要收银台
建议传true
code
String
msg
String
响应信息
data
Object
响应数据
merCode
String
商户ID
merOrderNo
String
商户订单号
supefinaOrderNo
String
supefina订单号
amount
BigDecimal
订单金额
fee
BigDecimal
预收手续费
identifier
String
付款参考
transactionStatus
String
下单状态
该笔订单的的发起状态是否成功,与订单真正的交易状态无关。
00
:下单成功
04
:下单失败
url
String
交易链接
提交方式:POST
amount
String
订单金额
countryId
String
国家编号
fee
String
预收手续费
identifier
String
付款参考
merId
String
商户编号
merOrderId
String
商户订单号
msg
String
信息
nonceStr
String
随机字符串 长度不能超过32位
realityAmount
String
实收金额
realityFee
String
实收手续费
reference
String
标识符
sign
String
签名
status
String
successTime
Date
交易成功时间
supefinaOrderId
String
supefina订单号
transactionType
String
交易类型
01
:代收
02
:代付
回调通知响应
商户成功收到回调后需同步返回指定字符串:SUCCESS 不返回或返回其他内容默认通知失败 如:
国家编号
参照:
厄瓜多尔:ECU
Cash:03
币种
参照:
美元:USD
详见
响应编码 具体参照:
交易状态 具体参照: