v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Authentication

Authentication - POST Eligibility Check

post/authentication/{authentication_id}/eligibility-check

Request body

client_secretstring nullable

Optional secret value used to identify and authorize the client making the request. This can help ensure that the payment session is secure and valid.

Example request

{
  "eligibility_check_data": {
    "click_to_pay": {
      "visa": {
        "customData": {
          "accept_header": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"
        }
      }
    }
  }
}

Response

Eligibility Performed for the Authentication

authentication_idstring required

The unique identifier for this authentication.

Example response

{
  "authentication_id": "auth_mbabizu24mvu3mela5njyhpit4"
}