LogoLogo
  • Ishni boshlash
  • Merchant API
  • Subscribe API — kartalar va to‘lovlar
    • Umumiy ma’lumot va javob formati
    • Avtorizatsiya va sarlavhalar
    • Kartalar bilan operatsiyalar
    • To‘lov operatsiyalari
    • Holdlash operatsiyalari
    • Rekurrent to‘lovlar
      • Create — obuna yaratish
      • Get List — obunalar ro‘yxati
      • Get By Id — ID bo‘yicha obuna
      • Update — obunani o‘zgartirish
      • Delete — obunani o‘chirish
      • Delete By Token — token bo‘yicha o‘chirish
      • Get Attempts — yechish urinishlari
    • Yechish urinishlari haqida bildirishnomalar
    • Ma’lumotnomalar

Get Attempts — yechish urinishlari

  1. Subscribe API — kartalar va to‘lovlar
  2. Rekurrent to‘lovlar
  3. Get Attempts — yechish urinishlari

Get Attempts — yechish urinishlari

7. Get attempts by recurrent payment id

GET {base_url}/api/v1/recurrent-payments/attempts/{id}

Request header

Field

Optional

Description

Content-Type

false

application/json

Request sample

curl --location 'base_url/api/v1/recurrent-payments/attempts/7540fd88-66d8-4038-8b6c-61a418c0d58e' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \

Response sample (HTTP 200)

{
    "code": "SUCCESS",
    "data": [
        {
            "createdDate": "2025-10-25",
            "attempts": [
                {
                    "amount": 100000,
                    "operationStatus": "FAILED",
                    "operationId": "947f59de-6645-4352-966f-2211816eef2e"

                },
                {
                    "amount": 100000,
                    "operationStatus": "SUCCESS",
                    "operationId": "947f59de-6645-4352-966f-2211816eef2e"
                }
            ]
        },
        {
            "createdDate": "2025-10-26",
            "attempts": [
                {
                    "amount": 100000,
                    "operationStatus": "FAILED",
                    "operationId": "947f59de-6645-4352-966f-2211816eef2e"
                },
                {
                    "amount": 100000,
                    "operationStatus": "FAILED",
                    "operationId": "947f59de-6645-4352-966f-2211816eef2e"
                }
            ]
        },
        {
            "createdDate": "2025-10-27",
            "attempts": [
                {
                    "amount": 100000,
                    "operationStatus": "SUCCESS",
                    "operationId": "947f59de-6645-4352-966f-2211816eef2e"
                }
            ]
        }
    ],
    "timestamp": 1752838693794
}

OldingiDelete By Token — token bo‘yicha o‘chirish
KeyingiYechish urinishlari haqida bildirishnomalar