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 | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
Client ID
required
string
client_id
Client secret
required
string
client_secret
string
environment
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.2 | 2025-04-05 | 57266 | Update dependencies |
0.0.1 | 2025-04-04 | 57004 | Initial release by @btkcodedev via Connector Builder |