Webhook for Card Create Fail
Description
Fail card opening callback
Parameter
Parameter | Type | Description |
---|---|---|
eventType | string | Webhook Event Type |
eventId | string | Webhook Event ID |
webhookSubscribeId | string | Webhook subscription ID |
+data | object | |
└userId | string | User ID |
└cardId | string | Card ID |
└orderNo | string | Order No. |
Response Example
{
"eventType":"CREATE_CARD_FAIL",
"eventId":"ev_fad164a369f642a78fe3ac9e8cf81750",
"webhookSubscribeId":"wsb_8b5a3111d5bc4bbf8cc0",
"data":{
"cardId":"c_d66e717c70744c14bc53",
"userId":"u_0dac12847a7",
"orderNo":"999"
}
}
Updated about 2 months ago