Advanced Search
Search Results
63 total results found
公开文档书架
资源下载
V2对接说明文档
V2对接说明文档
V2 API Documents
V2 API Documents in English
V3技术对接文档
V3 API Documents
V3 API Documents in English
代收API接入文档
代付API接入文档
结算API接入文档
Trades APIs
Transfer APIs
Collection APIs
其他说明
支持银行清单代码
Supported Bank Code List
IOS远程控制工具
使用說明書 : 越泰IOS版教学 : 越泰IOS版教学_2024.08.19.pdf 越泰銀行 : 越泰銀行_20240819.xlsx Windows端軟體 iTunes(12.13.2.3)驅動 : iTunes(12.13.2.3).exe NBTool全能助手 : nbtool_win_v2.2.0.2.exe AFAPay 中控 : AFAPay iOS中控_v2024-08-19.exe iOS端軟體 WebDriverAgent-Runner : WebDriv...
代收接口
代收接口 是指商户提交到系统下单的接口。商户获得系统提供的商户ID和Secret后,即可通过发送POST请求到文档中的URL地址发起下单请求。 URL: https://hostname/pay Method: POST Content-Type: application/x-www-form-urlencoded 参数明细表: name opt type DESC e.g. amount N float64 金额 123.45 merchant ...
代收订单查询接口
代收订单查询接口 是指商户提交到系统查询订单状态的接口。 URL: https://domain/trade/query Method: POST Content-Type: application/x-www-form-urlencoded 参数明细表: name opt type DESC e.g. merchant N string 商户id e7b8ba3bdbf6ee68adc... outtradeno N string 商户...
代收异步回调
代收异步回调是指我方服务器在订单完成时向商户方系统指定地址发送请求,并将订单相关数据使用POST参数的形式发送给商户方系统的过程。 Method: POST Content-Type: application/x-www-form-urlencoded 参数明细表: name type DESC e.g. tradeno string 订单号 e7b8ba3bdbf6ee68adc... outtradeno string 商户订单号 2020...
代付申请接口
代付申请接口 是指商户主动发起,提交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 ab0...
代付订单查询接口
代付订单查询接口 是指商户提交到系统查询代付订单状态的接口。 URL: https://domain/transfer/query Method: POST Content-Type: application/x-www-form-urlencoded 参数明细表: name opt type DESC e.g. merchant N string 商户id e7b8ba3bdbf6ee68adc... outtransferno N str...
代付异步回调
代收异步回调是指我方服务器在订单完成时向商户方系统指定地址发送请求,并将订单相关数据使用POST参数的形式发送给商户方系统的过程。 Method: POST Content-Type: application/x-www-form-urlencoded 参数明细表: name type DESC e.g. transferno string 订单号 e7b8ba3bdbf6ee68adc... outtransferno string 商户订单号...
结算查询接口
URL: https://domain/collect/query Method: POST Content-Type: application/x-www-form-urlencoded 参数明细表: name opt type DESC e.g. merchant N string 商户id createdategte N string 起始时间 createdatelte N string ...
剩余金额查询接口
URL: https://domain/merchant/balance Method: POST Content-Type: application/x-www-form-urlencoded 参数明细表: 參數名 類型 說明 備註 merchant string 商戶號 登入商戶後台查看 sign string 签名 参数按照字段名升序排序 >8-utf編碼>轉小寫>MD5加密 剩余金额查询返回数据 name typ...
結算申請接口
結算申請接口 是指商户提交到系统結算的接口。商户获得系统提供的商户ID和Secret后,即可通过发送POST请求到文档中的URL地址发起下单请求。 URL: https://domain/autocollect/apply Method: POST Content-Type: application/x-www-form-urlencoded 参数明细表: 參數名 類型 說明 備註 amount float64 金额 結算金額 merchant ...
杂项
Google身份验证器 登入系统和关键操作时,系统会要求使用Google验证码 Google身份验证器会在您的手机上生成两步验证码。 两步验证通过登录时需要进行第二步验证来为您的Google帐户提供更强的安全性。除了密码外,您还需要手机上Google Authenticator应用生成的代码。 iOS 版下载 Android 版下载 关于浏览器 本系统使用了较多的高级浏览器脚本,因此为了保证最佳使用体验,请使用最新版本的Google Chrome浏览器或火...
FAQ
权限管理 本系统的权限分为角色和账户两个级别,菜单与操作通过配置给角色实现权限管理 权限管理对象: 角色类型、角色、账户 在菜单管理中,每一个菜单可以设置可以分配哪些“角色类型” 在角色管理中,可以为角色指定角色类型,并赋予角色类型范围内的具体权限 在账户管理中,为账户分配角色。 注意:区分角色与角色类型的区别,角色类型可以理解为某一类角色的总称,某个角色类型包含这类角色应该具备的权限范围,角色是具体指派了权限的具体权限单位 关于补单 所谓补单,是在用户创建订单失败时,客服人员协助用户创建订...
Trades API
Trades API refers the API that merchant submits order to our system. Merchant will obtain Merchant ID and Secret from us, and then able to send POST request to URLs described in this guide. URL: https://domain/pay Method: POST Content-Type: application/x-...
Trades Query API
Trades Query API refers the API that merchant requests for the status of an order. URL: https://domain/trade/query Method: POST Content-Type: application/x-www-form-urlencoded Parameters: name opt type DESC e.g. merchant N string M...
Trades Callback
Trades Callbackrefers the process that our system sends POST request to merchant when the order completes. Method: POST Content-Type: application/x-www-form-urlencoded Parameters: name type DESC e.g. tradeno string Order number e7b8b...
Transfer API
Transfer API refers to the API that merchant submits POST requests to our system to create transfer order. URL: https://domain/transfer/apply Method: POST Content-Type: application/x-www-form-urlencoded Parameters: name opt type DESC e.g. ...
Transfer Query API
Transfer Query API refers the API that merchant requests for the status of an order. URL: https://domain/transfer/query Method: POST Content-Type: application/x-www-form-urlencoded Parmaters: name opt type DESC e.g. merchant N strin...
Transfer Callback
Transfer Callbackrefers the process that our system sends POST request to merchant when the order completes. Method: POST Content-Type: application/x-www-form-urlencoded Parameters: name type DESC e.g. transferno string Order number ...
Collection Query API
URL: https://domain/collect/query Method: POST Content-Type: application/x-www-form-urlencoded Parameters: name opt type DESC e.g. merchant N string Merchant uid createdategte N string Start time created...
Balance Query API
URL: https://domain/merchant/balance Method: POST Content-Type: application/x-www-form-urlencoded Parameters: Parameter Name Type Description Notes merchant string Merchant Number Check in the merchant backend sign st...