OpenApi
  1. Bank 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. Bank API

Query bank list

sandbox
https://openapi-sandbox.aicapay.com/system-biz
sandbox
https://openapi-sandbox.aicapay.com/system-biz
POST
https://openapi-sandbox.aicapay.com/system-biz
/openapi/bank/list/query
Maintainer:梁灿华

Request

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

Responses

🟢200OK
*/*
OK
Body
array of:
bankCode
string 
optional
bank code
bankName
string 
optional
bank name
Example
[
    {
        "bankCode": "string",
        "bankName": "string"
    }
]
Previous
TransferIn-detail
Next
Query account name
Built with