Transfer
(payProduct=12)
请求地址
SandBox
POST
http://8.130.9.219:8899/api/supefina/transactions/payout
正式环境
POST
https://api.supefina.net/api/supefina/transactions/payout
请求方式
请求头
Content-Type
application/json
请求体
countryId
String
是
merId
String
是
商户ID 商户ID获取路径:Supefina商户后台-商户管理-基本信息-商户ID
payProduct
String
是
currency
String
是
币种
参照:字典表-货币
智利比索:CLP
merOrderNo
String
是
商户订单号
orderAmount
String
是
订单金额 单位比索,只支持整数
customerName
String
是
用户名字
customerEmail
String
是
用户邮箱
customerPhone
String
是
用户电话
customerIdentification
String
是
用户证件号(RUT证件号位数8位或9位),
最后一位可以是0-9的数字或字母K,现已支持特殊字符
示例:13251657-K
customerAddress
String
是
用户地址
accountType
Strin
是
收款方账户类型
00
--Corriente(活期账户)
01
--Ahorro(储蓄账户)
02
-- RUT(只有0012-banco estado有这个类型)
07
--Vista/Cuenta
08
--SALARY ACCOUNT
account
String
是
收款方账户号(当'bankId'是0012-banco estado,银行位数最多是12位,且当0012-banco estado的accountType
是02
时,account
是customerIdentification
的前8位数字,示例:26484404)
bankId
String
是
nonceStr
String
是
随机字符串 长度不能超过32位
description
String
是
订单描述
sign
String
是
callbackUrl
String
否
回调地址
customerIdentificationType
String
是
用户证件类型
02
: 税号 --RUT
03
:护照
请求示例
响应参数
code
String
data
Object
响应数据
amount
BigDecimal
订单金额
fee
BigDecimal
预收手续费
merCode
String
商户ID
merOrderNo
String
商户订单号
supefinaOrderNo
String
supefina订单号
transactionStatus
String
下单状态
该笔订单的的发起状态是否成功,与订单真正的交易状态无关。
00
:下单成功
04
:下单失败
msg
String
响应信息
响应示例
回调通知
提交方式:POST
amount
String
订单金额
countryId
String
国家编号 参照:字典表-国家编号 秘鲁,PER
customerName
String
收款人姓名
fee
String
预收手续费
merId
String
商户ID
merOrderId
String
商户订单号
msg
String
消息
nonceStr
String
随机字符串 长度不能超过32位
realityAmount
String
实收金额
realityFee
String
实收手续费
sign
String
签名
status
String
successTime
String
交易成功时间
supefinaOrderId
String
supefina订单号
transactionType
String
交易类型
01
:代收
02
:代付
回调通知示例
回调通知响应
商户成功收到回调后需同步返回指定字符串:SUCCESS 不返回或返回其他内容默认通知失败 如:
智利代付银行列表
0504
Scotiabank Azul
更名(EX:Banco BBVA)
0028
Banco Bice
0055
Banco Consorcio
0001
Banco de Chile
0012
Banco Estado
0051
Banco Falabella
0039
Banco Itau
0053
Banco Ripley
0049
Banco Security
0016
BCI
729
Caja Los Heroes
0672
Coopeuch
732
Los Andes
875
Mercado Pago
0037
Santander
0014
Scotiabank
730
Tenpo
0507
Banco del desarrollo
新增
0009
Banco Internacional
新增
最后更新于