Webhook for Card Created Successfully
Description
Successful card opening callback
Parameter
| Parameter | Type | Description |
|---|---|---|
| eventType | string | Webhook Event Type |
| eventId | string | Webhook Event ID |
| customerTradeId | string | Customer Trade Id |
| webhookSubscribeId | string | Webhook Subscribe Id |
| +data | object | Response event entity data |
| └userId | string | User id |
| └cardHolderId | string | Card holder id |
| └holderName | string | Card holder name |
| └cardId | string | card id |
| └cardSeqNo | string | Card serial number |
| └customerId | string | Custom customer id |
| └balance | Long | Balance (USD cent) |
| └cvc | string | CVC |
| └number | string | Card number |
| └link | string | Get card number details url |
| └cardBin | string | Cardbin |
| └last4 | String | Last 4 numbers of card |
| └status | String | Card status |
| └ expYear | Long | Expiry Year |
| └expMonth | Long | Expiry Month |
| └gmtCreate | timestamp | Card Create Time (timestamp) |
| └orderNo | String | Order 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"
}Updated 11 days ago
