Debit Confirm — yechishni tasdiqlash
7. Debit Confirm
POST- {base_url}/api/v1/transaction/debit-confirm
Request header
Field | Optional | Description |
|---|---|---|
Content-Type | true | application/json |
X-Lang | true | Language |
Request Body
Field | Optional | Description |
|---|---|---|
id | false | Ekvayring tizimidagi tranzaksiya ID |
code | true | OTP kod. /debit-hold so‘rovida otpSend bayrog‘i true yuborilgan bo‘lsa majburiy |
Response Description
Field | Description |
|---|---|
id | Ekvayring tizimidagi tranzaksiya ID |
extId | Tashqi tizimdagi tranzaksiya ID |
startTime | Tranzaksiya boshlanish vaqti. |
endTime | Tranzaksiya tugash vaqti. |
status | Tranzaksiya holati. Hujjatning quyi qismida ko‘rish mumkin |
amount | Tranzaksiya summasi |
ofdUrl | Fiskal chek uchun havola |
Request sample
{
"id": "93defc66-4960-4fd1-85b7-1c312e6b93cd",
"code": "444455"
}
{
"id": "93defc66-4960-4fd1-85b7-1c312e6b93cd",
"code": null
}Response sample
{
"code": "SUCCESS",
"data": {
"id": "93defc66-4960-4fd1-85b7-1c312e6b93cd",
"extId": "iip123450123",
"startTime": 1751372597794,
"endTime": 1751372597894,
"amount": 50000,
"status": 4,
"ofdUrl": "https://ofd.soliq.uz/epi?t=EP000000xxx&r=2204&c=2025102xx&s=4242xxxx"
},
"errorMessage": null,
"timestamp": 1751372597794
}Holat qiymatlari — sahifada: Holatlar.