Stripe
Supports:
- ✅ Models
- ✅ Model sync destination
- ✅ Bulk sync source
- ✅ Connection Proxy
Connection
Configuration
Example
Model Sync
Source
Configuration
Example
Target
Stripe connections may be used as the destination in a model sync.
Supports:
| Name | Type | Description | Required |
|---|---|---|---|
api_key | string | Secret API Key | true |
1 { 2 "name": "Stripe connection", 3 "type": "stripe", 4 "configuration": { 5 "api_key": "secret" 6 } 7 }
| Name | Type | Description | Required |
|---|---|---|---|
stream_id | string | Object | true |
1 { 2 ... 3 "configuration": { 4 "stream_id": "customers" 5 } 6 }
Stripe connections may be used as the destination in a model sync.
| Name | Type | Description | Required |
|---|---|---|---|
reporting_lookback | integer | Lookback period for reports | false |
1 { 2 ... 3 "source_configuration": { 4 "reporting_lookback": 0 5 } 6 }
