| eventTag(事件标识) | 描述 |
|---|---|
| card.status.active | 卡激活 |
| card.status.freeze | 卡冻结 |
| card.status.unfreeze | 卡解冻 |
| card.status.closing | 发起销卡 |
| card.status.closed | 完成销卡 |
| card.status.lost | 卡挂失 |
| card.status.replace | 补卡 |
| 字段名 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| card_id | string | 必填 | 卡id |
| order_id | string | 必填 | 订单号 |
| out_order_id | string | 必填 | 外部订单号 |
| app_id | int | 必填 | app id |
| bin_id | string | 必填 | Bin id |
| holder_id | string | 必填 | 持卡人 id |
| card_no | string | 必填 | 卡号 |
| balance | float | 必填 | 余额,单位:元 |
| limit | float | 必填 | 累计充值,单位:元 |
| expiry | string | 必填 | 过期时间,格式: MM/YY |
| cvv | string | 必填 | cvv |
| pin | string | 必填 | pin码 |
| status | int | 必填 | 状态 |
| use_at | datetime | 必填 | 激活时间 |
| close_at | datetime | 必填 | 发起销卡时间 |
| end_at | datetime | 必填 | 终态时间 |
| mark | string | 必填 | 卡备注 |
{
"card_id": "cid_sxdwXPRxtXt6Ch4n",
"order_id": "ord_5uY0AjUE",
"out_order_id": "platform_ord_5uY0AjUE",
"app_id": 100005,
"bin_id": "cpi_6530de6a2f1c7",
"holder_id": "",
"card_no": "907152573585214424064",
"balance": 10,
"limit": 10,
"expiry": "03/28",
"cvv": "345",
"pin": "",
"status": 2,
"use_at": "2025-03-03 02:42:11",
"close_at": "",
"end_at": "",
"mark": ""
}