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/products
最后修改时间:2025-12-01 06:51:10

请求参数

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/products' \
--header 'Authorization: Bearer ZS3zq8gPkas0IzugI8WzSJs3WdHIj6/YkdXdLMkYnbo='

返回响应

🟢200
application/json
Body

示例
{
  "code": "10000",
  "message": "成功",
  "data": [
    {
      "productCode": "51578-HKD-asyn",
      "cardBin": "515781",
      "network": "VISA",
      "countryCode": "HKG",
      "title": "Hong Kong Multi-scene Card",
      "currency": "HKD",
      "originalPrice": 3,
      "salePrice": 1,
      "saleCurrency": "USD",
      "minTopUp": "0",
      "lines": [
        "For overseas large-value payments such as procurement",
        "Offline consumption,绑定ApplePay GooglePay绑定 Apple Pay/Google Pay",
        "For display purposes only, not associated with channels and cannot issue cards"
      ],
      "support3DS": false,
      "validMonths": 24,
      "cardType": "recharge"
    },
    {
      "productCode": "22346703-USD-with-share",
      "cardBin": "22346703",
      "network": "VISA",
      "countryCode": "USA",
      "title": "Hong Kong Multi-scene Card",
      "currency": "USD",
      "originalPrice": 3,
      "salePrice": 1,
      "saleCurrency": "USD",
      "minTopUp": "0",
      "lines": [
        "For overseas large-value payments such as procurement",
        "Offline consumption,绑定ApplePay GooglePay绑定 Apple Pay/Google Pay",
        "For display purposes only, not associated with channels and cannot issue cards"
      ],
      "support3DS": true,
      "validMonths": 24,
      "cardType": "recharge"
    },
    {
      "productCode": "22346703-USD-share",
      "cardBin": "22346703",
      "network": "VISA",
      "countryCode": "USA",
      "title": "Hong Kong Multi-scene Card",
      "currency": "USD",
      "originalPrice": 3,
      "salePrice": 1,
      "saleCurrency": "USD",
      "minTopUp": "0",
      "lines": [
        "For overseas large-value payments such as procurement",
        "Offline consumption,绑定ApplePay GooglePay绑定 Apple Pay/Google Pay",
        "For display purposes only, not associated with channels and cannot issue cards"
      ],
      "support3DS": true,
      "validMonths": 24,
      "cardType": "share"
    },
    {
      "productCode": "54502000-USD-with-share",
      "cardBin": "54502000",
      "network": "MasterCard",
      "countryCode": "USA",
      "title": "Hong Kong Multi-scene Card",
      "currency": "USD",
      "originalPrice": 3,
      "salePrice": 1,
      "saleCurrency": "USD",
      "minTopUp": "0",
      "lines": [
        "For overseas large-value payments such as procurement",
        "Offline consumption,绑定ApplePay GooglePay绑定 Apple Pay/Google Pay",
        "For display purposes only, not associated with channels and cannot issue cards"
      ],
      "support3DS": false,
      "validMonths": 24,
      "cardType": "recharge"
    }
  ],
  "timestamp": "2025-12-01 16:27:45",
  "success": true
}
修改于 2025-12-01 06:51:10
上一页
查询订单信息
下一页
持卡人列表
Built with