Skip to main content

Webhook Description

Webhook NameDescriptionRequest Type
card_rechargeCallback notification for successful recharge. Merchants will only receive this notification after a successful recharge.POST

Response Example

{
  "eventType": "card_recharge",
  "data": "xxxxxx",
  "key": "xxxxxx"
}
Field NameRequiredTypeDescriptionExample ValueNote
powerCardIdYesstringPowerCard IDa9f4cb3bfa8649b88853eded3ad853dd
rechargeAmountYesnumberRecharge amount100.00
transactionIdYesstringTransaction ID12345678901234567890
statusYesstringTransaction statussuccess

Data Example

{
  "powerCardId": "a9f4cb3bfa8649b88853eded3ad853dd",
  "powerCardBizId": "202524392343",
  "currency": "4040383164755526",
  "rechargeAmount": "100",
  "receiveAmount": "98",
  "status": "success",
  "merchantOrderNo": "20251232130123"
}