Skip to main content

代付申请接口

代付申请接口 是指商户主动发起,提交POST请求到系统查询创建代付订单的接口。

URL: https://domain/transfer/apply

Method: POST

Content-Type: application/x-www-form-urlencoded

参数明细表:

name opt type DESC e.g.
amount N float64 金额 2000.00
merchant N string 商户ID ab0ad1234567e2008241...
bankname N string 代付银行名称 越:填写银行全名或是银行编码,详细请联系站点。
菲:填写银行对应参数,详细请联系站点。
泰:填写英文银行名称或是编码,详细请联系站点。
subbankname Y string 代付支行名称
cardno N string 代付账户 60000000
cardname N string 代付账户只有人姓名 李四
notifyurl N string 代付成功回调地址 https://example.com/your_path_here
outtransferno N string 商户代付订单号 202002020123ABC
VerifyChannelNo Y string 验证地址编号 1-6
remark Y string 备注 注意:USDT支付时,备注填写"cny2usdt" 会自动转换金额从人民币到USDT
sign N string 签名 e10adc3949bae20f883e...

e.g.

USDT代付,银行名称填写为字符串 "usdt" 即可

接口返回说明

基于全局返回模式,当成功时,code为0,results为success。