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 By Id — ID bo‘yicha obuna

  1. Subscribe API — kartalar va to‘lovlar
  2. Rekurrent to‘lovlar
  3. Get By Id — ID bo‘yicha obuna

Get By Id — ID bo‘yicha obuna

3. Get by id

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

Request header

Field

Optional

Description

Content-Type

false

application/json

Request sample

curl --location 'base_url/api/v1/recurrent-payments/1' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \

Response sample (HTTP 200)

{
    "code": "SUCCESS",
    "data": {
        "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": 1758046087591
}

OldingiGet List — obunalar ro‘yxati
KeyingiUpdate — obunani o‘zgartirish