Close
logointerlace
Talk with us >

Webhook Card Transaction Authorized

Event

card.transaction.authorized

Explanation

FinTechs can utilize the Card Debit Updated webhook to receive notifications whenever changes are made to a debit card's details or settings, ensuring that all systems are current and allowing for accurate communication with users.

When it occurs

This Webhook fires when a card transaction is authorized.

Payload

.

{
"event": "card.transaction.authorized",
"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 Control Updated