Stripe Test Configuration
In order to test the Stripe source, you will need API credentials and the ability to create records within Stripe.
Community Contributor
- Create an empty account on Stripe.
- Create a file at
config/config.jsonwith the following format using your client secret and account id:
{
"client_secret": "sk_XXXXXXXXXXX",
"account_id": "acct_XXXXXXXX",
"start_date": "2017-01-01T00:00:00Z"
}
Airbyte Employee
- Access the
Stripe Integration Test Configsecret on Rippling under theEngineeringfolder - Create a file with the contents at
config/config.json