GET
/
abdm
/
v1
/
profile
/
scan-and-pay
/
transaction-details
/
{request_id}
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"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Headers

X-User-Id
string

Partner user ID

X-Hip-Id
string

Partner HIP ID

Path Parameters

request_id
string
required

Request ID

Response

200
application/json

OK

The response is of type object.