v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBAuthentication
Authentication - POST Eligibility Check
post/authentication/{authentication_id}/eligibility-check
Request body
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
Example response
{
"authentication_id": "auth_mbabizu24mvu3mela5njyhpit4"
}