AICAPAY
  1. Institution 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. Institution 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:Not configured
Query the List of Banks Supported in the Current Country

Request

Header Params

Responses

🟢200成功
*/*
OK
Body

Example
[
    {
        "bankCode": "string",
        "bankName": "string",
        "institutionType": 0,
        "isPayment": 0,
        "isReceive": 0
    }
]
Previous
Query account name
Next
Query wallet list
Built with