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
    }
  }
}

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 · object

Response

Retrieved Eligibility check data for the Authentication

eligibility_check_data
object
required