v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPre-authentication
Send pre-authentication info
Send pre-authentication information to the client's anti-fraud validator to evaluate. Pismo calls the validator's webhook and gets a response before sending a response to the caller.
Pismo provides the encrypt/decrypt keys for the hashed PAN. Talk to your Pismo representative about getting these keys.
For information on PAN encryption, refer to the PAN encryption for 3DS authentication guide.
post/v1/preauthenticate
Request body
Example request
{
"id": "ff77635e-1cd6-4fda-992d-5ceb71d75644",
"pan": "WEPvOQuZvjfYEd0iBmr43bhWyOsylIsW95ebYrLD89App2iEq9IizP+8w73pxKQ4mI47EdhzYHF9RfXjrBOyug=="
}Response
OK
Example response
{
"id": "c737895c-8159-4c0c-a92a-a4f8600bff37",
"external_id": "ABC123456",
"decision": "approve",
"account": {
"id": 6912345,
"status": "NORMAL",
"name": "Paul Bearer",
"phone": "+5531998675309",
"email": "ho_lee_smokes@gmail.com"
},
"customer": {
"id": 5648988,
"name": "Paul Bearer",
"phone": "+5531998675309",
"email": "ho_lee_smokes@gmail.com"
},
"card": {
"id": 6743052,
"status": "ACTIVE",
"type": "PLASTIC",
"hash": "WEPvOQuZvjfYEd0iBmr43bhWyOsylIsW95ebYrLD89App2iEq9IizP+8w73pxKQ4mI47EdhzYHF9RfXjrBOyug==",
"printed_name": "Sarah Toga"
},
"metadata": "{ \"key\": \"value\"}"
}