Appearance
Check Pan Pinfl Match
Endpoint Details
Method:
POST
URL: BASE_URL/merchant/userCard/checkPinflMatch/
| Field | Type | Required | Description |
|---|---|---|---|
| cardId | string | Yes | Paylov cardId |
| pinfl | string | Yes | User 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"
}
}