| 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 |
| holder | object | 必填 | 持卡人快照 |
| holder.first_name | string | 必填 | 名 |
| holder.last_name | string | 必填 | 姓 |
| holder.country | string | 必填 | 国家 |
| holder.province | string | 必填 | 洲 |
| holder.city | string | 必填 | 城市 |
| holder.address | string | 必填 | 地址 |
| holder.zip | string | 必填 | 邮编 |
| holder.post_code | string | 必填 | 邮编 |
| holder.phone_number | string | 必填 | 电话 |
| holder.email | string | 必填 | 邮箱 |
| 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_vDA9npNNw5Riv58s",
"order_id": "ord_tXhVdiK8E6khczwg",
"out_order_id": "OR2097185713756966913",
"app_id": 100064,
"bin_id": "bid_intWhwzAeS3upS2m",
"holder_id": "hid_dm52Km3469813",
"holder": {
"first_name": "",
"last_name": "",
"country": "US",
"province": "NY",
"city": "New York",
"address": "244 Madison Avenue",
"zip": "10016",
"post_code": "10016",
"phone_number": "",
"email": ""
},
"card_no": "4413576527870671",
"balance": 10,
"limit": 10,
"expiry": "07/31",
"cvv": "515",
"pin": "",
"status": 2,
"use_at": "2026-09-08 04:50:16",
"close_at": "",
"end_at": "",
"mark": ""
}