1. Institution List
AICAPAY
赞比亚
  • 尼日利亚
  • 肯尼亚
  • 墨西哥
  • 赞比亚
  • 巴西
  • 测试账号数据
  • 响应码
  • Introduce
  • 接口规则
    • 安全规范
  • Pay Out (代付)
    • Pay Out
      • Pay Out Result Notification
      • Query Pay Out Result
      • Initiate Pay Out
  • Payment
    • Payment notification
    • Query Payment Result
      POST
    • Initiate Payment
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Institution List
    • Wallet List
      POST
  1. Institution List

Wallet 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/wallet/account/operators/query
查询支持的电子钱包列表

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "payType": null
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi-sandbox.aicapay.com/system-biz/openapi/wallet/account/operators/query' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'access-key;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "payType": null
}'

返回响应

🟢200成功
*/*
OK
Body

示例
[
    {
        "institutionCode": "string",
        "institutionName": "string",
        "isPayment": 0,
        "isReceive": 0
    }
]
上一页
queryMerchantBalance
Built with