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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.