Paytm sends a server to server (S2S) response in key-value pair on the configured URL. Downtime notification Webhook response is sent only when we observe the unplanned or planned downtime for the particular payment option. To configure the URL, please Get in touch.
The sample response of downtime notifications through webhook are mentioned below.
Success
{
"head":{
"signature":"UohIQi5nUqtx7RCthvEdU0m2e7Ck59ufRpY5TjfW6oa9MB/U1qVNQ1M3qYAN+QUpr8aGSGqyRSzmr2V2RdK13rZlQXwajCVHuX6993ZOqac=",
"tokenType":"CHECKSUM",
"clientId":"C11"
}
,"body":{
"downtimeId":34031,
"subject":"Degradation observed in processing -KOTAK Visa Credit & Debit Card - Downtime Id - 34031",
"message":"Entity : Issuing Bank - Card Scheme\nPayment Mode : Credit & Debit Card\nDegradation started at : 05-01-2021 18:04:00\nType of degradation : Severe\nEntity Name : KOTAK-Visa"
}
}