Stripe

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringtruefalse

Example

1{
2 "name": "Stripe connection",
3 "type": "stripe",
4 "configuration": {
5 "api_key": "secret"
6 }
7}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
stream_idstringObjecttruefalse

Example

1{
2 ...
3 "configuration": {
4 "stream_id": "customers"
5 }
6}

Target

Stripe connections may be used as the destination in a model sync.

Bulk Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
reporting_lookbackintegerLookback period for Card Payment Fees reportfalsefalse

Example

1{
2 ...
3 "source_configuration": {
4 "reporting_lookback": 0
5 }
6}