POST
/
abdm
/
v1
/
profile
/
scan-and-pay
/
open-order
cURL
curl --request POST \
  --url https://api.eka.care/abdm/v1/profile/scan-and-pay/open-order \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "counter_id": "<string>",
  "hip_id": "<string>"
}'
{
  "request_id": "<string>",
  "status": "REQUESTED_OPEN_ORDER"
}

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

Body

application/json

Response

200
application/json

OK

The response is of type object.