InfiniaX
  1. 无界卡
InfiniaX
  • API
    • 对接指引
      • 接口请求认证
      • 交易认证
      • 枚举解释
      • webhook
        • 使用Webhook
        • Webhook数据模型定义
        • Events
          • Card Events
          • Account Transaction Events
          • Card Transaction Events
          • Share Transaction Events
    • 无界卡概念
      • 什么是无界卡
      • 什么是共享组
      • 什么是卡Bin(卡渠道)
      • 开卡指引
    • 账户
      • 获取账户余额
      • 账户交易列表
    • 无界卡持卡人
      • 获取持有人列表
      • 创建持有人
      • 删除持有人
    • 无界卡
      • 无界卡交易场景
        • 获取支持的场景列表
        • 获取设置的卡场景列表
        • 修改卡场景
      • 获取可用的卡渠道
        GET
      • 创建无界卡
        POST
      • 批量创建无界卡
        POST
      • 获取无界卡列表
        GET
      • 无界卡交易列表
        GET
      • 删除无界卡
        DELETE
      • 获取批量开卡进度
        GET
      • 无界卡转入转出
        PUT
      • 获取无界卡私密信息
        GET
      • 冻结无界卡
        PUT
      • 解冻无界卡
        PUT
      • 无界卡统计
        GET
      • 获取无界卡机构费率配置
        GET
      • 修改无界卡机构费率配置
        PUT
      • 获取卡额度配置
        GET
      • 更新卡额度配置
        PUT
    • 共享组
      • 创建共享组
      • 更新共享组
      • 获取所有共享组
      • 冻结共享组
      • 删除共享组
      • 解冻共享组
      • 共享组交易列表
  1. 无界卡

获取可用的卡渠道

GET
/open-api/v1/cards/bins

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Basic 之后拼接空格,以及经过 Base64 编码的 username:password
示例:
Authorization: Basic *****************

请求示例代码

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://service-test.infiniax.com/open-api/v1/cards/bins' \
--header 'Authorization: Basic <encoded-value>'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "message": "",
    "data": [
        {
            "id": "172b4272-b597-4029-826b-d47c2649219c",
            "bin": "000000",
            "organization": "visa",
            "issuerCountry": null,
            "type": "prepaid",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-21T06:18:09.425Z",
            "order": "100",
            "supportAirlines": null
        },
        {
            "id": "6d8e341a-b654-44ad-bc37-28d1eaba28e7",
            "bin": "559666",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:16.260Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "bb69118f-5897-4716-b536-66eecbc432c9",
            "bin": "559292",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:16.214Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "2855cd07-dfbc-4da2-b239-77e7d21d391c",
            "bin": "556371",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:16.171Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "744f4023-b599-4a14-bc99-9612dc5c0be3",
            "bin": "55616764",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:16.124Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "186859b5-7fec-4144-9aa2-85ed4958a207",
            "bin": "55616741",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "INT",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:16.080Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "a11fb9f8-ee53-4f2e-9bca-0f3d07c1ec41",
            "bin": "55616731",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:16.035Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "6d4d0f3f-ce01-4607-9d4f-86ffbc29fbea",
            "bin": "55616729",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.984Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "b6f243e9-9bd6-45fc-ba6b-d29cc937b779",
            "bin": "556167236",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.940Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "64dd52ed-a777-4585-8889-1d617504215f",
            "bin": "556167234",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.888Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "174c2edc-ab7b-40b5-911c-7328a42e1950",
            "bin": "556167232",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.835Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "741566ec-1302-4d8e-b0f3-5cda11614f47",
            "bin": "556167230",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.790Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "c712d85b-07d6-4c09-8efa-e6d0a1fd1488",
            "bin": "55616702",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.746Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "3de1b357-7973-45d7-83e7-8e39d8e7a532",
            "bin": "556150",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.702Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "e68b231f-b764-4b8d-b65f-7980193fb2f5",
            "bin": "554866",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 1000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.656Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "aadba2f7-c2d3-4ba3-9bbd-85def43ec7c2",
            "bin": "553437",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "INT",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.607Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "2273076a-9f48-4ff6-a5d2-ecd90b98ab15",
            "bin": "55337000",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.556Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "7dab89e0-59ce-4504-ac68-6ca59a00ed86",
            "bin": "553301038",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.508Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "e4a6f9d3-b19b-4857-8a91-48e410c9a6b0",
            "bin": "553301036",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.457Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "07bb023b-f3f5-4510-8067-064642628c1f",
            "bin": "553301034",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.407Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "df87f5df-e5b3-4b46-a91f-8fbf3d134f58",
            "bin": "553301032",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.355Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "058413ef-9436-4119-b807-891c77ba6679",
            "bin": "553301030",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.309Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "8cf2b371-e033-4ba1-9cce-62e4770384ad",
            "bin": "55323173",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.257Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "b933a6fa-8007-4c30-acf7-ce567d4865ac",
            "bin": "55323105",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.206Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "4d178023-3236-414e-ad3c-253f64bf41c9",
            "bin": "534786",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.163Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "1757a66a-b92e-4aea-abba-13e28630cc1e",
            "bin": "531993",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.108Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "5fc3ae70-3998-4457-9a35-8cecd2b68efa",
            "bin": "52489792",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.056Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "fce5accd-607d-4b9b-a2f9-8a08a54ec834",
            "bin": "52489756",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:15.008Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "003d04bb-d282-4f9f-b95b-5566b26d3f6a",
            "bin": "52489753",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.958Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "9e6ff3b9-4846-46df-929d-6c9b410271f3",
            "bin": "52489710",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.910Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "f8f666ff-c6a8-44be-9ca2-3f38faa1c50c",
            "bin": "519075",
            "organization": "master",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.856Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "effa68c0-6765-49b9-a6c2-9862f6ea73fb",
            "bin": "49109000",
            "organization": "visa",
            "issuerCountry": null,
            "type": "prepaid",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.810Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "706c7c96-1aa0-4b59-919f-89bdfe7f9c4f",
            "bin": "489683",
            "organization": "visa",
            "issuerCountry": null,
            "type": "prepaid",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.757Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "62e68657-fb4b-41f6-a894-1f55fd0b6307",
            "bin": "48331700",
            "organization": "visa",
            "issuerCountry": null,
            "type": "prepaid",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.706Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "806be385-14c4-4a9f-9ecb-bb8a3874d712",
            "bin": "47671500",
            "organization": "visa",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.659Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "42edb529-650d-4e21-8cbb-cb32d46a1dba",
            "bin": "451946",
            "organization": "visa",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.612Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "e61d2dc3-f7a9-4998-9047-d860421ed58b",
            "bin": "44742000",
            "organization": "visa",
            "issuerCountry": null,
            "type": "prepaid",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.559Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "465a784e-fafc-4978-8e5a-9ecc46969c6e",
            "bin": "441112000",
            "organization": "visa",
            "issuerCountry": null,
            "type": "prepaid",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.506Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "da91c931-a12c-4e7c-87a8-2bb5155a83ff",
            "bin": "440872",
            "organization": "visa",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.458Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "ab900b61-6ea4-4630-aece-5a071414b302",
            "bin": "43345100",
            "organization": "visa",
            "issuerCountry": null,
            "type": "prepaid",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.408Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "d04669d6-e926-49d9-bb44-a9abd44175ee",
            "bin": "42883600",
            "organization": "visa",
            "issuerCountry": null,
            "type": "credit",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": true,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.360Z",
            "order": "1",
            "supportAirlines": null
        },
        {
            "id": "a6389997-e2e9-4363-a058-cbc3e01e2a7d",
            "bin": "404038",
            "organization": "visa",
            "issuerCountry": null,
            "type": "prepaid",
            "limit": 5000000,
            "currency": "USD",
            "supportAvs": false,
            "support3ds": false,
            "channelName": "c_002",
            "status": "active",
            "createdAt": "2024-08-09T02:12:14.310Z",
            "order": "1",
            "supportAirlines": null
        }
    ],
    "timestamp": 1731116066290
}
修改于 2025-03-11 07:58:10
上一页
修改卡场景
下一页
创建无界卡
Built with