Connect
- Webhooks
HealthAI
- Assessment
- EkaScribe
General Tools
- Medical Document Parsing
Doctor Tool
- Actors
- Instructions
- Patient Registration API
- Doctor and clinic API
- Appointment API
- Payments API
- Prescription API
- Notify
- Webhooks
ABDM Connect
- Create and Login
- User Session
- Patient Requests
- Consents
- Care Contexts
- Providers
- Profile
- Scan & Share
- Errors
Medical Knowledge-bases
- Overview
- Protocols
- Medications
Medical Records
- Create
- Read
- Update
- Delete
- Webhooks
User App
- Notifications
- Vital
- Webhooks
- Privacy
Release Notes
- ABDM Connect
Payments API
Get Transaction Status
GET
/
dr
/
v1
/
payment
/
transaction_status
/
{transaction_id}
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"
}
Authorizations
Path Parameters
Response
200
application/json
Successful response
The response is of type object
.
Was this page helpful?
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"
}
Assistant
Responses are generated using AI and may contain mistakes.