v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB

Get Transaction Status

get/dr/v1/payment/transaction_status/{transaction_id}

Path parameters

transaction_idstring required

Response

Successful response

amountnumber
created_atstring date-time
payment_gatewaystring
payment_modestring
payment_statusstring
rrnstring
transaction_idstring

Example response

{
  "amount": 15,
  "created_at": "2024-10-01T11:41:24.000+0000",
  "payment_gateway": "Ezetap",
  "payment_mode": "UPI",
  "payment_status": "PAYMENT_SUCCESS",
  "transaction_id": "54385bbc-823-bdjbjgwu-6d335"
}