If you need real-time updates when payment instruments (like cards) change status due to external actions. For example, if an issuing bank deactivates a card. We update the instrument status internally and can notify you about this change to help you provide a good user experience.

At present, webhook notifications are only supported for instrument activation status.
EventDescription
INSTRUMENT_ACTIVE_WEBHOOKNotification sent when a card token is successfully stored
Instrument Active webhook

{
   "data":{
      "instrument":{
         "customer_id":"siddhesh199721",
         "afa_reference":"887316963",
         "instrument_id":"af250dc5-e5e5-4e7d-a7cf-3f446741fa54",
         "instrument_type":"card",
         "instrument_uid":"680cd7171583f9f64b426983d4501d6941b462932ce5f626be78392d5ec42660",
         "instrument_display":"XXXXXXXXXXXX6854",
         "instrument_status":"ACTIVE",
         "added_at":"2022-04-14T10:42:59+05:30",
         "instrument_meta":{
            "card_network":"visa",
            "card_bank_name":"HDFC BANK",
            "card_country":"IN",
            "card_type":"credit",
            "card_token_details":null
         }
      }
   },
   "event_time":"2022-04-14T10:44:14+05:30",
   "type":"INSTRUMENT_ACTIVE_WEBHOOK"
}