All-Checkout
(payProduct=05)
最后更新于
1、用户在商户网站/应用下单,并选择All-Checkout支付;
2、商户向Supefina发起All-Checkout支付请求;
3、Supefina返回All-Checkout支付URL地址;
4、商户将该地址在用户侧打开;
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
是
currency
String
是
orderAmount
String
是
订单金额 3000 >= orderAmount <= 2000000
不支持小数
payProduct
String
是
merId
String
是
商户ID 商户ID获取路径:Supefina商户后台-商户管理-基本信息-商户ID
merOrderNo
String
是
商户订单号
sign
String
是
nonceStr
String
是
随机字符串 长度不能超过32位
customerName
String
是
用户名字
customerPhone
String
是
用户电话 需以3开头的十位数
customerIdentification
String
是
用户证件号
checkOut
Boolean
是
收银台
true
:需要收银台
false
:不需要收银台
建议传true
customerAccount
String
否
用户账户
checkOut
为false
时必传
lastName
String
否
用户姓氏
checkOut
为false
时必传
customerIdentificationType
String
否
用户证件类型
00
:身份证(CC)
01
:外国人身份证(CE)
02
:税号
03
:护照
06
:其他
07
:公民身份证明
08
:居留许可证
checkOut
为false
时必传
customerAddress
String
否
用户地址
checkOut
为false
时必传
tipo_persona
String
否
付款主体
checkOut
为false
时必传
bankId
String
否
银行编码
参照:https://api.supefina.net/api/supefina/transactions/internal/getEbixuBankList
checkOut
为false
时必传
expireTimeL
Long
否
过期时间 单位:秒;默认值:10分钟,最大值:10分钟
callbackUrl
String
否
回调地址
description
String
是
描述
不能带特殊符号,长度不超过200字符
code
String
msg
String
响应信息
data
Object
响应数据
merCode
String
商户ID
merOrderNo
String
商户订单号
supefinaOrderId
String
supefina订单号
amount
BigDecimal
订单金额
fee
String
预收手续费
identifier
String
付款参考
transactionStatus
String
下单状态
该笔订单的的发起状态是否成功,与订单真正的交易状态无关。
00
:下单成功
04
:下单失败
url
String
交易链接
提交方式:POST
amount
String
订单金额
countryId
String
国家编号
customerName
String
用户名字
fee
String
预收手续费
merId
String
商户ID
merOrderId
String
商户订单号
msg
String
消息
nonceStr
String
随机字符串 长度不能超过32位
realityAmount
String
实收金额
realityFee
String
实收手续费
sign
String
签名
status
String
successTime
Date
交易成功时间 UTC时间
supefinaOrderId
String
supefina订单号
transactionType
String
交易类型 01:代收 02:代付
回调通知响应
商户成功收到回调后需同步返回指定字符串:SUCCESS 不返回或返回其他内容默认通知失败 如:
国家编号
参照:
哥伦比亚,COL
币种
参照:
哥伦比亚比索:COP
All-Checkout:05
签名
详见
响应编码 具体参照:
具体参照: