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

updateStatus

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/updateStatus
Maintainer:Not configured
Unfreeze/freeze sub merchants

Request

Header Params
Content-Type
string 
optional
Default:
application/json
Body Params application/json
accountNo
string 
required
Account No
status
string 
required
status: 1:Active;3:Frozen;
reason
string 
required
Example
{
    "accountNo": "string",
    "status": "string",
    "reason": "string"
}

Responses

🟢200OK
*/*
OK
Body
successFlag
boolean 
optional
Example
{
    "successFlag": true
}
Previous
Query account name
Next
openSubMerchant
Built with