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

queryMerchantBalance

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/queryBalance
Maintainer:Not configured
Query Balance

Request

Header Params
Content-Type
string 
optional
Default:
application/json

Responses

🟢200OK
*/*
OK
Body
availableBalance
integer <int64>
optional
available Balance Unit:Minimum
Example
{
    "availableBalance": 0
}
Previous
openSubMerchant
Next
PayOut result notification
Built with