Skip to main content

Webhook Description

Webhook NameDescriptionRequest Type
card_createCallback notification for successful card creation. Merchants will receive this notification only after successful card creation.POST

Response Example

{
  "eventType": "card_create",
  "data": "xxxxxx",
  "key": "xxxxxx"
}
Field NameRequiredTypeDescriptionExample ValueRemarks
powerCardIdYesstringPowerCard IDa9f4cb3bfa8649b88853eded3ad853dd
activeSerialNoYesstringMerchant activation serial number
cardNoYesstringCredit card number4040383164755526
cvv2YesstringCredit card CVV2456
expireDateYesstringCredit card expiration date09/26
statusYesstringCredit card statusactive

Data Example

{
  "powerCardId": "a9f4cb3bfa8649b88853eded3ad853dd",
  "activeSerialNo": "12344543654656",
  "cardNo": "4040383164755526",
  "cvv2": "456",
  "expireDate": "09/26",
  "status": "active"
}