Skip to main content
GET
/
authentication
/
{authentication_id}
/
eligibility-check
Authentication - GET Eligibility Check
curl --request GET \
  --url https://sandbox.hyperswitch.io/authentication/{authentication_id}/eligibility-check \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{}'
{
  "eligibility_check_data": {
    "click_to_pay_enrollment_status": {
      "visa": true,
      "mastercard": true
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Body

application/json

The body is of type object.

Response

Retrieved Eligibility check data for the Authentication

eligibility_check_data
object
required