Iyzico Get Subscribers is a system action used to list the subscription information of multiple users on the platform through Kuika's Iyzico integration. This action allows administrators or in-app control systems to monitor, filter, or report on users' subscription statuses in bulk.
Technical Features
Bulk Subscription Query: Subscription information of users in the Iyzico system can be retrieved on a page-by-page basis.
Paging Support: Data is divided into pages using the Page Number and Page Size parameters for efficient data retrieval in large user lists.
Web and Mobile Application Support: Can be used in both web and mobile applications.
Compatible with Listing and Visualization: The action output can be integrated into Kuika lists, tables, analysis panels, or notification systems.
Iyzico Get Subscribers Action Application Steps
Log in to the Kuika platform.
Select the project you want to work on from the Apps screen.
Go to the UI Design module.
Open the Properties panel on the right side.
+ ADD ACTION menu, add the Payment Iyzico> Iyzico Get Subscribers action according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).
Configure the following parameters from the settings that open:
Page Number: Specifies which page the query should start from. Example: 1 → first page, 2 → second page.
Page Size: Defines how many users' data will be returned per page. Example: 10 → each page will return data for 10 users.
Click the SAVE button to complete the configuration.
Usage Scenario: Creating a Subscription Tracking Panel
In the management panel of a SaaS application, administrators want to view all users' subscription information on a single screen. With this action, users can be displayed in a list view as follows:
User name
Subscription plan
Start date
Active/inactive status
Scenario Flow:
When the administrator clicks the “All Subscriptions” button, the Iyzico Get Subscribers action is triggered.
Subscription information for users is retrieved from the page.
The data is transferred to a list component, and user information is displayed in each row.
Subsequent users can be viewed using the pagination buttons.
Filters can be used to select only “Active” subscribers or specific plans.
Iyzico Get Subscribers Action Advanced Customizations
Conditional Coloring or Filtering: Visual customization can be made within the list to display active subscriptions in green and inactive ones in red.
Combination with Search or Filter Components: Search parameters can be integrated next to Page Number to filter by user name, email address, or subscription plan.
Data Export: The retrieved list can be used for administrative reporting via export (CSV, Excel).
Sorting and Dynamic Paging: Page Number is updated with the action during page transitions, enabling navigation between all users.
Technical Risks
Incorrect Page Number: The action returns an error if the Page Number value is invalid or negative. It must be greater than zero.
Excessive Data Loading: If Page Size is set too high, data retrieval time may increase. The optimal value should be between 10 and 50.
Empty Pages: When the end of the page is reached, an empty result may be returned. In this case, a “no data found” message should be displayed.
Lack of Integration Settings: If the Iyzico settings are not configured correctly in the project, the action may not work. API connections should be checked.
Iyzico Get Subscribers provides access to bulk subscription data, offering great convenience in user management, reporting, and tracking processes. It is a powerful tool for administrators and system operators, especially when it comes to monitoring and controlling the subscription structure.