cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/profile/scan-and-pay/patient-select \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "intent": "<string>", "procedures": [ { "category": "<string>", "services": [ { "amount": 123, "description": "<string>", "name": "<string>", "serviceId": "<string>" } ] } ], "request_id": "<string>" }'
{ "request_id": "<string>", "status": "REQUESTED_PATIENT_SELECT" }
To get payment link for selected Open Order with intent - ‘PAYMENT_ORDER’
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OK
The response is of type object.
object
Was this page helpful?