Card Status Change Webhook
A: Active
T: Passive
I: Cancelled
B: Waiting
F: FraudCard Activation#
If the card is set to active status, the following webhook sample is sent:{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"wallet_number": "754938444",
"card_no": "434610mbkkke5123",
"status": "A",
"reason": "Active",
"timestamp": 1753086059
}
Card Deactivation#
If the card is set to passive status, the following webhook sample is sent:{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"wallet_number": "754938444",
"card_no": "434610mbkkke5123",
"status": "T",
"reason": "Passive",
"timestamp": 1753085997
}
Reporting the Card as Lost#
If the card is set to lost status, the following webhook sample is sent:{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"wallet_number": "754938444",
"card_no": "434610mbkkke5123",
"status": "I",
"reason": "Lost",
"timestamp": 1753086113
}
Reporting the Card as Stolen#
If the card is set to stolen status, the following webhook sample is sent:{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"wallet_number": "754938444",
"card_no": "434610mbkkke5123",
"status": "I",
"reason": "Stolen",
"timestamp": 1753086340
}
Marking the Card as Permanently Closed#
If the card is set to permanently closed status, the following webhook sample is sent:{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"wallet_number": "754938444",
"card_no": "434610mbkkke5123",
"status": "I",
"reason": "Permanently",
"timestamp": 1753086417
}
Marking the Card as Fraud#
If the card is set to fraud status, the following webhook sample is sent:{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"wallet_number": "754938444",
"card_no": "434610mbkkke5123",
"status": "F",
"reason": "Fraud",
"timestamp": 1753094492
}
Modified at 2025-07-24 12:53:18