1. Institution List
AICAPAY
墨西哥
  • 尼日利亚
  • 肯尼亚
  • 墨西哥
  • 赞比亚
  • 巴西
  • Introduce
  • 响应码
  • 测试账号数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • 交易结果通知
    • 创建代收订单
      POST
    • 查询订单结果
      POST
  • Pay Out (代付)
    • 交易结果通知
    • 创建代付订单
      POST
    • 查询订单结果
      POST
  • Merchant Api
    • 商户余额查询
      POST
  • Institution List
    • 银行列表查询
      POST
  1. Institution 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
查询支持的银行列表

请求参数

Header 参数

返回响应

🟢200成功
*/*
OK
Body*/*

示例
[
    {
        "bankCode": "string",
        "bankName": "string",
        "institutionType": 0,
        "isPayment": 0,
        "isReceive": 0
    }
]
上一页
商户余额查询
Built with