PayFit
Connector for PayFit.
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
| api_key | string | API Key. | |
| company_id | string | Company ID. | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| Company | id | No pagination | ✅ | ❌ | 
| Collaborators | id | DefaultPaginator | ✅ | ❌ | 
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
Company ID
required
string
company_id
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.4 | 2025-03-08 | 55063 | Update dependencies | 
| 0.0.3 | 2025-02-23 | 54555 | Update dependencies | 
| 0.0.2 | 2025-02-15 | 54022 | Update dependencies | 
| 0.0.1 | 2025-01-23 | Initial release by @remilapeyre via Connector Builder |