v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHST
Send pre-authentication for evaluation
Send pre authentication information to customer to evaluate the authentication.
post/customer_evaluation_provided_url
Headers
account_idinteger required
Account ID
card_idinteger required
Card ID
Request body
Example request
{
"id": "ff77635e-1cd6-4fda-992d-5ceb71d75644",
"external_id": "ABC123456",
"provider": "HST",
"type": "authentication",
"card": {
"id": 6743052,
"mode_id": 102,
"type": "PLASTIC",
"hash": "WEPvOQuZvjfYEd0iBmr43bhWyOsylIsW95ebYrLD89App2iEq9IizP+8w73pxKQ4mI47EdhzYHF9RfXjrBOyug==",
"bin": "885692",
"last_four_digits": "0153"
},
"account": {
"id": 6912345,
"document_number": "7777888hh",
"postal_code": "01701000"
},
"program": {
"id": 986
},
"customer": {
"id": 5648988
}
}Response
OK
Example response
{
"decision": "approve",
"challenge_info": {
"cardholder_name": "John Doe",
"method": "OTP",
"cardholder_phone": {
"country_code": "55",
"area_code": "11",
"number": "912345678"
}
},
"subissuer_id": "ANOTHER_BANK",
"product_id": "CREDIT",
"metadata": "{ \"key\": \"value\"}"
}