Close
logointerlace
Talk with us >

Webhook Card Debit Updated

Event

card.debit.updated

Explanation

FinTechs can leverage the Card Transaction Authorized webhook to receive notifications whenever a card transaction is successfully authorized, enabling timely updates for users and facilitating real-time transaction tracking.

When it occurs

This Webhook fires when a debit card is updated.

Payload

.

{
"event": "card.debit.updated",
"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 Reissued