Create a data source
Creates a new data source connection (Stripe, EBICS, etc.). Returns the DataSourceConnection object.
Parameters
source(string)required
Data source type.
Changing this updates the example request, response, and config fields below.
name(string)required
Connection display name.
config(object)required
Source-specific configuration (e.g. API keys, webhook secrets).
enabled(boolean)
Whether the connection is enabled. Default: true.