商户接口文档
  1. VCC接口
商户接口文档
  • 接口说明/Intro
    • 接口加解密说明/encryption
  • 账户接口
    • 账户余额/Account balance
      POST
  • VCC接口
    • 场景列表查询/scene query
      POST
    • 卡头查询/ Card bin query
      POST
    • 开卡申请/ card apply
      POST
    • 销卡申请/Cancel card
      POST
    • 充值/card topup
      POST
    • 卡片查询/card query
      POST
    • 卡片分页查询/card query(list)
      POST
    • 交易查询/transaction query
      POST
    • 卡转出/card refund
      POST
    • 共享卡开卡申请/ shared card apply
      POST
    • 共享卡分页查询/shared card query(list)
      POST
    • 共享卡查询/shared card query
      POST
    • 共享卡状态变更/modify shared card status
      POST
    • 卡片信息修改/edit card info
      POST
    • 持卡人申请/card holder apply
      POST
    • 持卡人详情查询/card holder query
      POST
    • 持卡人删除/delet card holder
      POST
    • 卡片操作订单查询/ transaction query
      POST
  • Webhook通知
    • Webhook通知
    • 交易结果通知 type = card_transaction
    • 订单结果通知 type = card_operate
    • 3ds 通知 type = card_3ds_otp
  • 附录
    • 交易类型/ transaction types
    • 交易响应码/ respond code
    • 币种/Currency
    • 手机前缀/phone prefix
    • 美国州二字码/ USA states code
    • 国家代码/Country code
  • 数据模型
    • card bin
    • 卡片信息
    • 账单信息
    • 持卡人信息
    • 授权交易记录
    • 附属卡信息
    • 卡 bin
    • 卡片订单记录
  1. VCC接口

共享卡查询/shared card query

开发中
POST
/openapi/vcc/cardGroup/info

请求参数

Body 参数application/json

示例
{
    "groupId": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/openapi/vcc/cardGroup/info' \
--header 'Content-Type: application/json' \
--data-raw '{
    "groupId": "string"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "groupId": "string",
    "groupName": "string",
    "totalAuthMoney": "string",
    "usedAuthMoney": "string",
    "ccy": "string",
    "balance": 0,
    "status": 0,
    "createAt": "string",
    "updateAt": "string",
    "country": "string",
    "supplementCardInfo": [
        {
            "cardId": "string"
        }
    ]
}
修改于 2025-08-21 06:05:10
上一页
共享卡分页查询/shared card query(list)
下一页
共享卡状态变更/modify shared card status
Built with