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. 卡片

申请卡

POST
/open/api/card/apply
最后修改时间:2025-11-27 02:00:24

请求参数

Header 参数

Body 参数application/json

示例
{
    "cardName": "new card",
    "productCode": "22346703-USD-with-share",
    "partnerOrderId": "{{$string.uuid}}"
}

请求示例代码

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://dev-gateway.longfungx.com/open/api/card/apply' \
--header 'Authorization: Bearer ZS3zq8gPkas0IzugI8WzSJs3WdHIj6/YkdXdLMkYnbo=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cardName": "new card",
    "productCode": "22346703-USD-with-share",
    "partnerOrderId": "{{$string.uuid}}"
}'

返回响应

🟢200成功
application/json
Body

示例
{
  "code": "10000",
  "message": "成功",
  "data": {
    "orderStatus": "SUCCESS",
    "cardInfo": {
      "entityId": "1945342305565151233",
      "budgetId": null,
      "concatId": null,
      "cardholderId": null,
      "cardId": "a8a6e6055dde62159824e4bb5b53277c",
      "cardName": "new card",
      "productCode": "22346703-USD-with-share",
      "currency": "HKD",
      "network": "VISA",
      "country": "USA",
      "cardBin": "223467",
      "cardNumberLast4": "2194",
      "balance": 0.00,
      "status": "ACTIVE",
      "statusText": "Active",
      "remainMonths": "24",
      "issuedAt": "2025-11-27",
      "active3DS": null,
      "cardHolder": null,
      "contactId": null,
      "authAlertEnabled": false,
      "balanceAlertThreshold": null,
      "balanceAlertEnabled": false,
      "updateTime": "2025-11-27 09:45:14",
      "createTime": "2025-11-27 09:45:12",
      "shareCardLimitInfo": null,
      "cardSensitiveInfo": {
        "cardId": "a8a6e6055dde62159824e4bb5b53277c",
        "cardNumber": "2234670329752194",
        "cvv": "810",
        "expirationDate": "11/27"
      }
    },
    "orderId": "3dddd9a56606111904b9ff72b3d56eee",
    "traceId": null
  },
  "timestamp": "2025-11-27 09:45:14",
  "success": true
}
修改于 2025-11-27 02:00:24
上一页
同步持卡人
下一页
卡详情
Built with