* Initial commit * Reformat JSON * Remove block from acceptance test yaml * Remove references to lookback_window_days * Make gocardless_environment an enum * Add ordering to spec * Address final comments * Make commit to change email associated with PR * Revert previous * add seed config * add docs * auto-bump connector version Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
35 lines
696 B
Markdown
35 lines
696 B
Markdown
# GoCardless
|
|
|
|
## Overview
|
|
|
|
The GoCardless source can sync data from the [GoCardless API](https://gocardless.com/)
|
|
|
|
#### Output schema
|
|
|
|
This source is capable of syncing the following streams:
|
|
* Mandates
|
|
* Payments
|
|
* Payouts
|
|
* Refunds
|
|
|
|
|
|
#### Features
|
|
|
|
| Feature | Supported? |
|
|
| :--- | :--- |
|
|
| Full Refresh Sync | Yes |
|
|
| Incremental - Append Sync | No |
|
|
| Namespaces | No |
|
|
|
|
### Requirements / Setup Guide
|
|
* Access Token
|
|
* GoCardless Environment
|
|
* GoCardless Version
|
|
* Start Date
|
|
|
|
|
|
## Changelog
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
| :--- | :--- | :--- | :--- |
|
|
| 0.1.0 | 2022-10-19 | [17792](https://github.com/airbytehq/airbyte/pull/17792) | Initial release supporting the GoCardless | |