Skip to main content
PUT
/
agent
/
v1
/
cards
/
suspend
curl --location --request PUT 'https://kf.pikabao.cc/agent/v1/cards/suspend?appid=user123&cardId=111222333&timestamp=1640995200000&sign=ABC123...'
{
  "code": 0,
  "msg": "成功"
}

请求参数

appid
string
required
用户标识
cardId
string
信用卡 ID,与 cardNum 二选一
cardNum
string
信用卡卡号,与 cardId 二选一
timestamp
string
required
当前时间戳(毫秒)
idempotentKey
string
required
唯一的交易id
sign
string
required
签名值
curl --location --request PUT 'https://kf.pikabao.cc/agent/v1/cards/suspend?appid=user123&cardId=111222333&timestamp=1640995200000&sign=ABC123...'
{
  "code": 0,
  "msg": "成功"
}
冻结后的卡片无法进行任何交易,但可以随时通过解冻接口恢复使用

使用场景

  • 安全防护:发现卡片信息泄露时立即冻结
  • 临时停用:暂时不使用时冻结,避免意外扣费
  • 风险控制:检测到异常交易时主动冻结