Boost
  1. Merchant Api
Boost
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn-MX API
    • PayIn-onlineBanking
      POST
    • PayIn-queryList
      POST
  • PayOut API
    • PayOut-bankSubmit
      POST
    • PayOut-query
      POST
  • PayIn-NG API
    • PayIn-initialize
      POST
    • PayIn-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

Prod Env
https://openapi.aicapay.com/merchant-biz
Prod Env
https://openapi.aicapay.com/merchant-biz
POST
https://openapi.aicapay.com/merchant-biz
/openapi/merchant/sub/open
Open Sub Merchant

请求参数

Header 参数

Body 参数application/json

示例
{
    "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"
}

返回响应

🟢200OK
*/*
OK
Body

示例
{
    "accountNo": "string"
}
上一页
updateStatus
下一页
queryMerchantBalance
Built with