Payment Downtime Entity
The Downtime entity has the following parameters:
Is this page helpful?
Card - Issuer
Card - Network
1{2"id": "down_F7LroRQAAFuswd",3"method": "card",4"begin": 1593196031,5"end": null,6"status": "started",7"scheduled": false,8"severity": "high",9"instrument": {10"issuer": "HSBC",11"card_type": "credit"12},13"created_at": 1593196089,14"updated_at": 159319608915}
idstringUnique identifier of the downtime's occurrence.
entitystring Here, it will be payment.downtime.
methodstring The payment method that is experiencing downtime. Here, it is card.
beginintegerTimestamp (in Unix) that indicates the start of the downtime. Applicable for both scheduled and unscheduled downtimes.
endinteger Timestamp (in Unix) that indicates the end of the downtime.
Available only for scheduled downtimes, where the end-time is known. Set to null when the end-time is unknown, possibly during unscheduled downtimes.
statusstringStatus of the downtime. Possible statuses:
scheduled: A downtime is scheduled to happen at a later time.started: The downtime has started and is ongoing.resolved: The downtime is resolved.updated: An ongoing downtime that has been updated after its start. For example, when the severity of the downtime changes from medium to high.
scheduledbooleanIndicates if the downtime is scheduled or unscheduled. Possible values:
true: This is a scheduled downtime by the issuer, network, or the bank, which was informed to Razorpay.false: This is an unscheduled downtime.
severitystringSeverity of the downtime. Possible values:
high: Possible when all the payment methods are affected by downtime. Observed when the issuer, bank or network is down.medium: Possible when a higher number of declines in transactions or low success rates are observed with the payment methods.low: Possible when the reason for the downtime is unknown. Impact on payment methods is minimal.
instrumentstringPayment method that is underperforming.
Show child parameters (2)
created_atintegerTimestamp (in Unix) that indicates the time at which the downtime was recorded in Razorpay servers.
updated_atintegerTimestamp (in Unix) that indicates the time at which the downtime record was updated in Razorpay servers.
card_typestringThe card type used to process the payment. Possible values:
creditdebit
Payment Downtime Entity
The Downtime entity has the following parameters:
Is this page helpful?
idstringUnique identifier of the downtime's occurrence.
entitystring Here, it will be payment.downtime.
methodstring The payment method that is experiencing downtime. Here, it is card.
beginintegerTimestamp (in Unix) that indicates the start of the downtime. Applicable for both scheduled and unscheduled downtimes.
endinteger Timestamp (in Unix) that indicates the end of the downtime.
Available only for scheduled downtimes, where the end-time is known. Set to null when the end-time is unknown, possibly during unscheduled downtimes.
statusstringStatus of the downtime. Possible statuses:
scheduled: A downtime is scheduled to happen at a later time.started: The downtime has started and is ongoing.resolved: The downtime is resolved.updated: An ongoing downtime that has been updated after its start. For example, when the severity of the downtime changes from medium to high.
scheduledbooleanIndicates if the downtime is scheduled or unscheduled. Possible values:
true: This is a scheduled downtime by the issuer, network, or the bank, which was informed to Razorpay.false: This is an unscheduled downtime.
severitystringSeverity of the downtime. Possible values:
high: Possible when all the payment methods are affected by downtime. Observed when the issuer, bank or network is down.medium: Possible when a higher number of declines in transactions or low success rates are observed with the payment methods.low: Possible when the reason for the downtime is unknown. Impact on payment methods is minimal.
instrumentstringPayment method that is underperforming.
Show child parameters (2)
created_atintegerTimestamp (in Unix) that indicates the time at which the downtime was recorded in Razorpay servers.
updated_atintegerTimestamp (in Unix) that indicates the time at which the downtime record was updated in Razorpay servers.
card_typestringThe card type used to process the payment. Possible values:
creditdebit
Card - Issuer
Card - Network
1{2"id": "down_F7LroRQAAFuswd",3"method": "card",4"begin": 1593196031,5"end": null,6"status": "started",7"scheduled": false,8"severity": "high",9"instrument": {10"issuer": "HSBC",11"card_type": "credit"12},13"created_at": 1593196089,14"updated_at": 159319608915}