Skip to main content

Webhook Description

Webhook NameDescriptionRequest Type
card_refundCallback notification for successful refund. Merchants will only receive this notification after a refund is completed.POST

Response Example

{
  "eventType": "card_refund",
  "data": "xxxxxx",
  "key": "xxxxxx"
}
Field NameRequiredTypeDescriptionExample ValueNote
powerCardIdYesstringPowerCard IDa9f4cb3bfa8649b88853eded3ad853dd
powerCardBizIdYesstringPowerCard business ID202524392343
currencyYesstringCurrency4040383164755526
refundAmountYesstringRefund amount100
receiveAmountYesstringActual refund amount98
statusYesstringTransaction statussuccess
merchantRefundNoYesstringMerchant refund number20251232130123

Data Example

{
  "powerCardId": "a9f4cb3bfa8649b88853eded3ad853dd",
  "powerCardBizId": "202524392343",
  "currency": "USD",
  "refundAmount": "100",
  "receiveAmount": "98",
  "status": "success",
  "merchantRefundNo": "20251232130123"
}