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 List — obunalar ro‘yxati

  1. Subscribe API — kartalar va to‘lovlar
  2. Rekurrent to‘lovlar
  3. Get List — obunalar ro‘yxati

Get List — obunalar ro‘yxati

2. Get list

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

Request header

Field

Optional

Description

Content-Type

false

application/json

Request params

Field

Optional

Description

page

true

Page. Default 0

size

true

Size

cardToken

true

Card’s token

from

true

From

to

true

To

Request sample

curl --location 'base_url/api/v1/recurrent-payments?page=0&size=1' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \

Response sample (HTTP 200)

{
    "code": "SUCCESS",
    "data": {
        "pageNumber": 0,
        "previous": false,
        "next": false,
        "size": 10,
        "totalElements": 3,
        "totalPages": 1,
        "items": [
            {
                "id": 1,
                "cardToken": "card token",
                "amount": 100000,
                "cronType": "MONTHLY",
                "startDate": "2025-11-01",
                "endDate": null,
                "maxRetryCount": 3,
                "description": "",
                "nextRunDate": "2025-11-01T04:00:00Z",
                "createdDate": "2025-10-28T14:00:00Z"
            }
        ]
    },
    "timestamp": 1727115804488
}
OldingiCreate — obuna yaratish
KeyingiGet By Id — ID bo‘yicha obuna