
Configuring Ezypay as a Source
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Ezypay option from the list of connectors. Click Next and you’ll be prompted to add your access.1. Add account access
You’ll need to provide your Ezypay credentials to authorize Nekt to access your data. Check the linked documentation if you need help finding any of the credentials. The following configurations are available:- Client ID: Your Ezypay application Client ID.
- Client Secret: Your Ezypay application Client Secret.
- Merchant ID: Your unique Ezypay Merchant ID.
- Username: The username for your Ezypay account.
- Password: The password for your Ezypay account.
- Start Date: The date of the first record you want to sync with. We will extract every record created or updated after this date. Format:
YYYY-MM-DD.
2. Select streams
Choose which data streams you want to sync. A stream is an entity and you can select the whole entity (meaning all available attributes will come in each table) or only a subset of them.Tip: The stream can be found more easily by typing its name.Select the streams and click Next.
3. Configure data streams
Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a name for each table (which will effectively contain the fetched data) and the type of sync.- Layer: Choose between the existing layers on your catalog. This is where you will find your new extracted tables once the extraction runs successfully.
- Table name: We suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once to speed up configuration.
- Sync Type: You can choose between INCREMENTAL and FULL_TABLE.
- Incremental: Each run fetches only new or updated data since the last replication.
- Full table: Each run gets the current state of the entire dataset.
4. Configure data source
Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:- Delta Log Retention: Determine how long we should store old states of this table as it gets updated. Read more about this resource here.
- Additional Full Sync: Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
5. Check your new source
You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once the run completes successfully, your data will appear in your Catalog.Streams and Fields
Below you’ll find the available data streams from Ezypay. (Note: Data is automatically formatted so that all field names are converted to snake_case.)Merchants
Merchants
Stream containing details about your Ezypay merchants, including details for any supplementary merchants defined in your connection settings.
Settlement List Summary
Settlement List Summary
Stream containing summary records and overviews of your settlements.
Settlement Report Details
Settlement Report Details
Stream containing highly detailed settlement information, dynamically fetched and parsed from Ezypay CSV settlement reports.Key Fields:
Implementation Notes
Incremental Sync and Settlement Reports Lookback
EzyPay generates settlement report files asynchronously. This means a settlement that recently appeared in the API might not have its detailed report ready to download yet, which would ordinarily cause the connector to silently skip those records. To prevent missing data, the Ezypay connector is designed with a 7-day lookback window during incremental syncs (specifically for settlement-related endpoints). On every incremental run, the connector will automatically subtract 7 days from your starting timestamp to re-request recent settlements. This ensures that any recent settlements are retried and successfully fetched once EzyPay has finished generating their reports.- Data Integrity and Error Handling: When fetching data for the
Settlement Report Detailsstream, any row missing adocument_idin the underlying CSV report is automatically skipped. This prevents the sync from crashing and ensures data integrity.
Skills for agents
Download Ezypay skills file
Ezypay connector documentation as plain markdown, for use in AI agent contexts.