1.7 KiB
1.7 KiB
Dwolla
Website: https://dashboard.dwolla.com/ API Reference: https://developers.dwolla.com/docs
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
client_id |
string |
Client ID. | |
client_secret |
string |
Client secret. | |
environment |
string |
Environment. The environment for the Dwolla API, either 'api-sandbox' or 'api'. | api |
start_date |
string |
Start date. |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| customers | id | DefaultPaginator | ✅ | ✅ |
| funding_sources | id | DefaultPaginator | ✅ | ✅ |
| events | id | DefaultPaginator | ✅ | ✅ |
| exchange_partners | id | DefaultPaginator | ✅ | ✅ |
| business-classifications | id | DefaultPaginator | ✅ | ❌ |