Skip to content

Check Pan Pinfl Match

Berilgan telefon raqami ushbu CARD ga tegishli yoki yo‘qligini tekshiradi.
Agar mos kelsa true, telefon raqami noto‘g‘ri bo‘lsa false qaytaradi.

Endpoint Details

Method: POST
URL: BASE_URL/merchant/userCard/checkPhoneMatch/
Header:

http
Authorization: Bearer <ACCESS_TOKEN>

Request Body

FieldTypeRequiredDescription
cardIdstringYesPaylov cardId
phonestringYesTelefon raqami

Example

json
{
  "cardId": "9630bd63-2149-4831-88a4-d1857309c88e",
  "phone": "+998912345678"
}

Success response

json
{
  "result": {
    "match": true
  }
}

match qiymati mos kelsa true, aks holda false bo‘ladi.

Error response

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