1. 卡片状态
Elaypay
  • 接入指南
  • 解密指南
  • 卡交易
    • 交易查询
      • Page Transactions
      • List Transactions
      • Get Transaction Detail
    • 交易字典
      • List Transaction Types
      • List Transaction Statuses
      • List Merchant Countries
      • List Fund Flow Types
  • 卡管理
    • 卡片查询
      • List Cards
      • Get Card
      • Reveal Sensitive Card
    • 开卡
      • Precheck Create Card
      • Create Card
      • Page Card Batch Items
      • Get Card Batch
    • 卡片设置
      • Update Card Spending Control
      • Update Card Remark
    • 卡片状态
      • Freeze Card
        POST
      • Unfreeze Card
        POST
      • Cancel Card
        POST
      • Get
        POST
      • Page Items
        POST
      • Create
        POST
  • 参考数据
    • 商户数据
      • List Reference Merchants
      • Get Reference Merchant
    • 国家地区
      • Get Slash Countries
    • 消费控制
      • Get Slash Spending Restrictions
      • Get Slash Spending Presets
  • 卡产品
    • 产品组
      • Page Groups
      • List Groups
    • 产品查询
      • Page Products
      • List Platform Products
      • Get Product Detail
    • 配置模型
      • Get Provider Product Config Schema
      • Get Provider Card Settings Schema
  • 钱包
    • 钱包查询
      • Page Wallets
      • List Wallets
      • Get Wallet
    • 账本
      • List Ledger
      • Page Ledger
      • Get Ledger
    • 资金划转
      • Transfer Out
      • Transfer In
    • 转账订单
      • List Transfers
      • Get Transfer
      • Page Transfers
      • Cancel
    • 转账字典
      • List Order Statuses
      • List Directions
      • List Approval Statuses
  1. 卡片状态

Create

POST
/api/v1/consumer/card-products/cards/status-operation-batches/create

Gateway Contract#

Chain: API
Portal: CONSUMER
JWT token enabled: false
Idempotency required: send a new X-Idempotency-Key for each new write operation; reuse it only to retry the same method, path, query and body. A matching request still in progress, or reuse for a different request, returns 409 REQUEST.CONFLICT. A different request never receives the first response as a successful replay.
Workspace kind: LIVE
Workspace portal: CONSUMER
Workspace permission: card:write
Rate limit: 30 / 60s
Rate limit strategy: IP

Common Errors#

CodeWhen
REQUEST.CONFLICTThe same X-Idempotency-Key has a matching request still in progress, or was already used in this caller scope for a different method, path, query or body.

请求参数

Header 参数

Body 参数application/json必填

示例

返回响应

🟢201成功
*/*
Created
Body*/*

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://api.elaypay.app/api/v1/consumer/card-products/cards/status-operation-batches/create' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Idempotency-Key;' \
--header 'X-Workspace-Id;' \
--header 'Content-Type: application/json' \
--data '{
    "operation": "FREEZE",
    "idempotentKey": "73f15010-21c6-4ee5-9faa-e5b8e210f60f",
    "cardInfoBizIds": [
        "string"
    ]
}'
响应示例响应示例
{
    "version": "string",
    "timestamp": 0,
    "success": true,
    "code": "string",
    "message": "string",
    "data": {
        "batchBizId": "CSOB_ABCDEF1234567890",
        "operation": "FREEZE",
        "status": "PROCESSING",
        "requestedCount": 10,
        "created": true
    }
}
修改于 2026-07-29 07:58:34
上一页
Page Items
下一页
List Reference Merchants
Built with