Card Verify — SMS bilan tasdiqlash
2. Card Verify
POST- {base_url}/api/v1/card/verify
Request header
Field | Optional | Description |
|---|---|---|
Content-Type | true | application/json |
X-Lang | true | Language |
Request Body
Field | Optional | Description |
|---|---|---|
id | false | oldingi so‘rovdan olingan qiymat |
code | false | SMS kod |
Response Description
Field | Description |
|---|---|
maskedPan | Karta raqami, maskalangan ko‘rinishda |
holderName | Egasining ismi |
currency | Karta valyutasi |
isPrivate | Bu bayroq karta shaxsiy yoki korporativ ekanini bildiradi. true — shaxsiy karta, false — korporativ |
status | Karta holati. Barcha holatlarni hujjatning quyi qismida ko‘rish mumkin |
token | Karta tokeni |
accountType | Karta turi |
bankName | Emitent bank nomi |
Request sample
{
"id": "93defc66-4960-4fd1-85b7-1c312e6b93cd",
"code": "444455"
}Response sample
{
"code": "SUCCESS",
"data": {
"maskedPan": "860049******0000",
"holderName": "someone",
"currency": "UZS",
"isPrivate": true,
"status": 0,
"token": "tokenCardForDebit"
},
"errorMessage": null,
"timestamp": 1751372597794
}Response sample
{
"code": "DATA_NOT_FOUND",
"data": null,
"errorMessage": "Karta topilmadi",
"timestamp": 1751372597794
}Holat qiymatlari — sahifada: Holatlar.