---
title: "List All Payment Plans"
method: GET
path: "/payment-plan"
tags: ["Payment Plan"]
---

# List All Payment Plans

`GET /payment-plan`

Retrieve a list of all Payment Plans. Use query parameters to filter the list.

This API comes with Pagination support, you can customize `limit` and `page` query parameters as per the requirements.

## Query parameters

- `frequency` 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'YEARLY' | 'QUARTERLY'
- `country` string
- `payment_plan_id` string
- `payment_plan_name` string
- `currency` string
- `is_auto_debit` boolean
- `start_time` integer
- `end_time` integer
- `limit` integer
- `page` integer

## Response `200`

OK

---

[API](https://skmtc.dev/finmo/apis/finmo-api.md) · [All operations](https://skmtc.dev/finmo/apis/finmo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finmo/finmo-api/revisions/1a3073c93930/schema)
