Skip to main content

Webhook Description

Webhook NameDescriptionRequest Type
card_statusCallback notification for card status changes. Merchants will only receive this notification after card status is modified.POST

Response Example

{
  "eventType": "card_status",
  "data": "xxxxxx",
  "key": "xxxxxx"
}
Field NameRequiredTypeDescriptionExample ValueNote
powerCardIdYesstringPowerCard IDa9f4cb3bfa8649b88853eded3ad853dd
statusYesstringCard statusactive
reasonYesstringReasonreason1
timeYesstringTimestamp1745486039

Data Example

{
  "powerCardId": "a9f4cb3bfa8649b88853eded3ad853dd",
  "status": "active",
  "reason": "reason1",
  "time": 1745486039
}