AICAPAY
  1. Merchant Api
AICAPAY
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn
    • PayIn notification
    • PayIn-NG API
      • PayIn-initialize
      • PayIn-query
    • PayIn-MX API
      • PayIn-onlineBanking
      • PayIn-queryList
  • PayOut API
    • PayOut notification
    • PayOut-query
      POST
    • PayOut-bankSubmit
      POST
  • Payment API
    • Payment notification
    • Payment
      POST
    • Payment-query
      POST
  • BankAccount API
    • Query account name
      POST
  • Institution API
    • Query bank list
      POST
    • Query wallet list
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • VirtualAccount API
    • VA notification
    • VA Order-detail
      POST
    • Create Virtual Account
      POST
    • Update Virtual Account Status
      POST
    • Query One Virtual Account
      POST
    • Query Virtual Account List
      POST
  • habaripay
    • 获取token
  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 (Only supported in Nigeria)

Request

Header Params

Body Params application/json

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

Example
{
    "accountNo": "string",
    "accountName": "string"
}
Previous
updateStatus
Next
queryMerchantBalance
Built with