29 lines
1.0 KiB
Markdown
29 lines
1.0 KiB
Markdown
# 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 | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|------------------|-------------------|--------------|----------------|
|
|
| 0.0.3 | 2025-02-23 | [54555](https://github.com/airbytehq/airbyte/pull/54555) | Update dependencies |
|
|
| 0.0.2 | 2025-02-15 | [54022](https://github.com/airbytehq/airbyte/pull/54022) | Update dependencies |
|
|
| 0.0.1 | 2025-01-23 | | Initial release by [@remilapeyre](https://github.com/remilapeyre) via Connector Builder |
|
|
|
|
</details>
|