OpenApi
  1. Merchant Api
OpenApi
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn-MX API
    • PayIn-onlineBanking
      POST
    • PayIn-queryList
      POST
  • PayIn-NG API
    • PayIn-initialize
      POST
    • PayIn-query
      POST
  • PayOut API
    • PayOut-bankSubmit
      POST
    • PayOut-query
      POST
  • TransferIn API
    • TransferIn-detail
      POST
  • Bank API
    • Query bank list
      POST
  • BankAccount API
    • Query account name
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • notify
    • PayOut result notification
    • PayIn result notification
    • Recharge result notification
  1. Merchant Api

openSubMerchant

sandbox
https://openapi-sandbox.aicapay.com/merchant-biz
sandbox
https://openapi-sandbox.aicapay.com/merchant-biz
POST
https://openapi-sandbox.aicapay.com/merchant-biz
/openapi/merchant/sub/open
Maintainer:Not configured
Open Sub Merchant

Request

Header Params
Content-Type
string 
optional
Default:
application/json
Body Params application/json
outMerchantNo
string 
optional
外部商户号
contactTel
string 
optional
联系人电话
contactEmail
string 
optional
联系人邮箱
address
string 
optional
所在国家/地区
companyName
string 
optional
公司名称
socialCreditCode
string 
optional
统一社会信用代码
establishmentDate
string 
optional
成立日期
businessStartDate
string 
optional
营业日期(起)
businessEndDate
string 
optional
营业日期(止)
companyRegAddr
string 
optional
-公司注册地址
businessStatus
string 
optional
营业状态
legalPersonName
string 
optional
法定代表人
businessRegCertNumber
string 
optional
商业登记证书编号
expiryDate
string 
optional
届满日期
companyRegCertNumber
string 
optional
公司注册证书编号
companyRegCertDate
string 
optional
公司注册证书发出日期
bvn
string 
optional
bvn
identityFullName
string 
optional
姓名
identityType
string 
optional
类型
identityAddress
string 
optional
国家/地区
credentialType
string 
optional
证件类型
credentialNumber
string 
optional
证件号
birthDate
string 
optional
出生日期
credentialPeriodStart
string 
optional
证件有效期(起)
credentialPeriodEnd
string 
optional
证件有效期(止)
credentialAddress
string 
optional
证件地址
authResult
string 
optional
二要素认证结果
shareholdingRadio
string 
optional
持股比例
permanentAddress
string 
optional
常驻地址
industry
string 
optional
行业
monthTurnover
string 
optional
月营业额
companyWebsite
string 
optional
企业网址
employeesNumber
string 
optional
员工人数
exportType
string 
optional
出口类型
exportCountry
string 
optional
出口国家
businessAddress
string 
optional
经营地址
Example
{
    "outMerchantNo": "string",
    "contactTel": "string",
    "contactEmail": "string",
    "address": "string",
    "companyName": "string",
    "socialCreditCode": "string",
    "establishmentDate": "string",
    "businessStartDate": "string",
    "businessEndDate": "string",
    "companyRegAddr": "string",
    "businessStatus": "string",
    "legalPersonName": "string",
    "businessRegCertNumber": "string",
    "expiryDate": "string",
    "companyRegCertNumber": "string",
    "companyRegCertDate": "string",
    "bvn": "string",
    "identityFullName": "string",
    "identityType": "string",
    "identityAddress": "string",
    "credentialType": "string",
    "credentialNumber": "string",
    "birthDate": "string",
    "credentialPeriodStart": "string",
    "credentialPeriodEnd": "string",
    "credentialAddress": "string",
    "authResult": "string",
    "shareholdingRadio": "string",
    "permanentAddress": "string",
    "industry": "string",
    "monthTurnover": "string",
    "companyWebsite": "string",
    "employeesNumber": "string",
    "exportType": "string",
    "exportCountry": "string",
    "businessAddress": "string"
}

Responses

🟢200OK
*/*
OK
Body
accountNo
string 
optional
accountNo
Example
{
    "accountNo": "string"
}
Previous
updateStatus
Next
queryMerchantBalance
Built with