LongFung Open API
  1. 卡片
LongFung Open API
  • 对接说明
  • 创建连接
  • 钱包
    • 账户列表
      GET
    • 账户流水
      POST
    • 查询订单信息
      POST
  • 卡产品
    • 卡产品
      GET
  • 持卡人
    • 持卡人列表
      GET
    • 创建/更新持卡人
      POST
    • 同步持卡人
      POST
  • 卡片
    • 申请卡
      POST
    • 卡详情
      GET
    • 卡列表
      GET
    • 卡三要素
      GET
    • 实时余额
      GET
    • 卡转账
      POST
    • 转账单查询
      GET
    • 卡更新
      POST
    • 申请单查询
      GET
    • 剩余开卡量
      GET
  • 账单
    • 实时授权
      GET
    • 清算&退款
      GET
    • 申请卡订单
      GET
    • 卡转账订单
      GET
    • 稳定币入金订单
      GET
  • 通知
    • 回调与验签
    • 通知类型与定义
  • 附录
    • 授权异常码
  1. 卡片

卡详情

GET
/open/api/card/queryCardDetail
最后修改时间:2025-12-21 14:09:57

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev-gateway.longfungx.com/open/api/card/queryCardDetail?partnerOrderId&cardId' \
--header 'Authorization: Bearer ZS3zq8gPkas0IzugI8WzSJs3WdHIj6/YkdXdLMkYnbo='

返回响应

🟢200成功
application/json
Body

示例
{
  "code": "10000",
  "message": "成功",
  "data": {
    "cardId": "d5fee9fee6ff2cae321f356fd37b02b2",
    "cardInfo": {
      "entityId": "1945342305565151233",
      "budgetId": null,
      "concatId": null,
      "cardholderId": null,
      "cardId": "d5fee9fee6ff2cae321f356fd37b02b2",
      "cardName": "x",
      "productCode": "22346703-USD-with-share",
      "currency": "HKD",
      "network": "MasterCard",
      "country": null,
      "cardBin": "22346",
      "cardNumberLast4": "2271",
      "balance": 2.00,
      "status": "ACTIVE",
      "statusText": "Active",
      "remainMonths": "0",
      "issuedAt": "2025-10-27",
      "active3DS": null,
      "cardHolder": null,
      "contactId": null,
      "authAlertEnabled": false,
      "balanceAlertThreshold": null,
      "balanceAlertEnabled": false,
      "updateTime": "2025-11-26 20:56:50",
      "createTime": "2025-10-27 16:53:08",
      "shareCardLimitInfo": null,
      "cardSensitiveInfo": null
    },
    "budgetId": null,
    "budgetInfo": null,
    "cardholderId": null,
    "cardHolder": null,
    "channelCardId": null,
    "cardProduct": {
      "productCode": "22346703-USD-with-share",
      "cardBin": "22346703",
      "network": "VISA",
      "countryCode": "USA",
      "title": "美国地区多场景",
      "currency": "USD",
      "originalPrice": 3,
      "salePrice": 1,
      "saleCurrency": null,
      "minTopUp": "0",
      "lines": [
        "用于海外大额支付·如采购付款",
        "线下消费,绑定ApplePay GooglePay",
        "仅用于展示,跟渠道无关联不能开卡"
      ],
      "support3DS": true,
      "validMonths": 24,
      "cardType": "recharge"
    },
    "cardBalanceAlert": {
      "enableAlert": false,
      "alertThreshold": null,
      "contactId": null
    },
    "cardAuthFailAlert": {
      "enableAlert": false,
      "contactId": null
    },
    "autoRecharge": {
      "autoRechargeEnabled": null,
      "autoRechargeThreshold": null,
      "autoRechargeAmount": null
    },
    "concatInfo": null,
    "threeDs": null
  },
  "timestamp": "2025-11-27 09:46:26",
  "success": true
}
修改于 2025-12-21 14:09:57
上一页
申请卡
下一页
卡列表
Built with