EC Transfer
(payProduct=25)
请求地址
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
是
支付类型
Transfer:25
currency
String
是
merOrderNo
String
是
商户订单号
orderAmount
String
是
订单金额
0>= orderAmount
<= 10,000
customerEmail
String
是
收款人邮箱
customerPhone
String
是
收款人电话
customerName
String
是
收款人姓名
customerIdentificationType
String
是
收款人证件类型
07
:身份证件(CI)
10
:护照号码(PP)(only for Cash)
03
:护照标识(PAS)(only for BankTransfer)
02
:税号(RUC)
customerIdentification
String
是
收款人证件号
bankId
String
是
bankName
String
是
accountType
Strin
是
账户类型
00
:活期账户
01
:储蓄账户
account
String
是
收款方账户号
app
String
是
订单app名称
nonceStr
String
是
随机字符串 长度不能超过32位
sign
String
是
callbackUrl
String
否
回调地址
customerAddress
String
否
顾客地址
description
String
否
订单描述
请求示例
响应参数
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
交易成功时间
回调通知示例
回调通知响应
商户成功收到回调后需同步返回指定字符串:SUCCESS 不返回或返回其他内容默认通知失败 如:
最后更新于