cURL
curl --request GET \ --url https://api.eka.care/abdm/v1/profile/scan-and-pay/transaction-details/{request_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "abhaAddress": "<string>", "openOrderRequestId": "<string>", "orderNumber": "<string>", "paymentDate": "<string>", "paymentReceiptLink": "<string>", "status": "<string>", "transactionId": "<string>" }, "request_id": "<string>", "status": "PROCESSING_PATIENT_NOTIFY" }
Retrieve open orders by request ID.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
Request ID
OK
The response is of type object.
object
Was this page helpful?