Close
logointerlace
Talk with us >

Webhook Card Debit Pin Reset

Event

card.debit.pin.reset

Explanation

FinTechs can utilize the Card Debit Pin Reset webhook to receive notifications whenever debit card PIN is reseted, ensuring that all systems are updated and that users can securely manage their card settings.

When it occurs

This Webhook fires when debit card PIN through is reseted.

Payload

.

{
"event": "card.debit.pin.reset",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"accountId": "arZ2aluL1zGIlr",
"accountType": "SAVINGS",
"customerId": "natper-68465146",
"cardProductId": "3c3e344c-6b3e-45bf-8338-cc657c8f9eb9",
"type": "Physical",
"pin": "m1ELTIO5ilT4nv2",
"personalizationSettings": {
"personalizationText": {
"nameLine1": "",
"nameLine2": "",
"nameLine3": ""
},
"personalizationImage": {
"frontImageFileId": "",
"backImageFileId": ""
},
"printType": "EMBOSS"
},
"cardId": "a6ee61t0-6280-11ed-90f6-0242rg12009",
"pinIsSet": false,
"last4": "mKTmfpNRCApsIGBM",
"cvv": "***",
"expiration": "1124",
"number": "************1236",
"currency": {
"currencyRate": 0,
"currencyCode": "USD",
"originalCurrencyCode": "USD"
},
"createdTime": "2018-11-07T00:25:00.073876Z",
"updatedTime": "2019-12-20T13:55:00.073876Z",
"status": "INACTIVATED"
}
}
Previous
Webhook Card Debit Updated