Skip to content

Check Pan Pinfl Match

Endpoint Details

Method: POST
URL: BASE_URL/merchant/userCard/checkPinflMatch/

Swagger docs

FieldTypeRequiredDescription
cardIdstringYesPaylov cardId
pinflstringYesUser PINFL
json
{
"cardId": "9630bd63-2149-4831-88a4-d1857309c88e",
"pinfl": "52612000000009"
}

Success response

json
{
  "result": {
          "match": true  # if matches true else false   
  }
}

Error response:

json
{
  "error": {
    "code": "permission_denied",
    "message": "permission_denied"
  }
}