Webhook for Card Created Successfully

Description

Successful card opening callback

Parameter

ParameterTypeDescription
eventTypestringWebhook Event Type
eventIdstringWebhook Event ID
customerTradeIdstringCustomer Trade Id
webhookSubscribeIdstringWebhook Subscribe Id
+dataobjectResponse event entity data
└userIdstringUser id
└cardHolderIdstringCard holder id
└holderNamestringCard holder name
└cardIdstringcard id
└cardSeqNostringCard serial number
└customerIdstringCustom customer id
└balanceLongBalance (USD cent)
└cvcstringCVC
└numberstringCard number
└linkstringGet card number details url
└cardBinstringCardbin
└last4StringLast 4 numbers of card
└statusStringCard status
└ expYearLongExpiry Year
└expMonthLongExpiry Month
└gmtCreatetimestampCard Create Time (timestamp)
└orderNoStringOrder number

Response Example

{
  "customerTradeId": "10021697713406079657125",
  "data": {
    "last4": "7907",
    "holderName": "WXXXXE YXXX",
    "orderNo": "10021697713406079657125",
    "cardSeqNo": "465251_USD24",
    "link": "https://www.fiat24.com/login?wallet=8000&token=00000000000000000000",//card detail information,redirect to issue bank(24 hours)
    "gmtCreate": "1749464251000",
    "userId": "500417494499129131050",
    "cvc": "•••",
    "number": "•••• 7907",
    "balance": 285,
    "cardBin": "•••• 7",
    "cardId": "465251_USD24",
    "customerId": "465251",
    "cardHolderId": "500417490000000000050",
    "monthlyFeeCard": false,
    "status": "ACTIVE"
  },
  "eventId": "10021697713406079657125",
  "webhookSubscribeId": "10021697713406079657125"
}