curl --request GET \
--url https://api.eka.care/dr/v1/payment/transaction_status/{transaction_id} \
--header 'auth: <api-key>'
{
"amount": 15,
"created_at": "2024-10-01T11:41:24.000+0000",
"payment_gateway": "Ezetap",
"payment_mode": "UPI",
"payment_status": "PAYMENT_SUCCESS",
"rrn": 4275481,
"transaction_id": "54385bbc-823-bdjbjgwu-6d335"
}
curl --request GET \
--url https://api.eka.care/dr/v1/payment/transaction_status/{transaction_id} \
--header 'auth: <api-key>'
{
"amount": 15,
"created_at": "2024-10-01T11:41:24.000+0000",
"payment_gateway": "Ezetap",
"payment_mode": "UPI",
"payment_status": "PAYMENT_SUCCESS",
"rrn": 4275481,
"transaction_id": "54385bbc-823-bdjbjgwu-6d335"
}
Successful response
The response is of type object
.
Was this page helpful?