1
0
mirror of synced 2026-01-10 09:04:48 -05:00
Files
airbyte/airbyte-integrations/connectors/source-stripe/integration_tests/invalid_config.json
oleh.zorenko 49d0f7e57e 🎉 Source Stripe: Add PaymentIntents stream (#6004)
* Add `PaymentIntents` stream

* Update docs

* Implement change request + few updates

Split `source.py` file into `source.py` and `streams.py` files.
Update `payment_intents.json` file.

* Bump connectors version + update docs
2021-09-14 23:56:21 +03:00

6 lines
127 B
JSON

{
"client_secret": "sk_test_wrongClientSecret",
"account_id": "wrong-account-id",
"start_date": "2020-05-01T00:00:00Z"
}