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
是
merOrderNo
String
是
商户订单号
orderAmount
String
是
订单金额 只支持整数
customerName
String
是
用户姓名
customerPhone
String
是
用户电话
customerIdentificationType
String
是
用户证件类型
00
:身份证(DNI)
02
:税号(CUIT)
customerIdentification
String
是
用户身份证件号
account
String
是
用户收款cvu号码
nonceStr
String
是
随机字符串 长度不能超过32位
sign
String
是
签名
alias
String
否
用户收款cvu对应的别名
description
String
否
描述
不能带特殊符号,长度不超过200字符
callbackUrl
String
否
回调地址
请求示例
响应参数
code
String
msg
String
信息
data
Object
响应数据
amount
BigDecimal
订单金额
merCode
String
商户ID
merOrderNo
String
商户订单号
supefinaOrderNo
String
supefina订单号
transactionStatus
String
下单状态
该笔订单的的发起状态是否成功,与订单真正的交易状态无关。
00
:下单成功
04
:下单失败
响应示例
回调通知
提交方式:POST
amount
String
订单金额
countryId
String
国家编号
参照:字典表-国家编号
秘鲁,PER
customerName
String
收款人姓名
fee
String
预收手续费
identifier
String
付款参考
merId
String
商户ID
merOrderId
String
商户订单号
msg
String
消息
nonceStr
String
随机字符串 长度不能超过32位
realityAmount
String
实收金额
realityFee
String
实收手续费
reference
String
标识符
sign
String
签名
status
String
successTime
String
交易成功时间
回调通知示例
回调通知响应
商户成功收到回调后需同步返回指定字符串:SUCCESS 不返回或返回其他内容默认通知失败 如:
最后更新于