Stripe provider
Apollo gives you a way to extend your integrations beyond rest and database by integrating in with common platforms.
Note: if you'd like to connect with stripe using our Beta please contact adrian@apolloapi.io or open a github issue.
Currently we only support Stripe integrations for our Beta. To connect to stripe review the following:
1. Create your webhook
Go here to create your webhook - be sure to set your events to charge.pending
and charge.dispute.created
.
2. You'll need to authenticate with stripe
To Authenticate your request from stripe to Apollo you'll need to grab your acc_..
Account key and API Token secret_key
from the developer dashboard and profile settings.
Grabbing your account key
- Click your profile icon in the top right
- Hit profile
- Scroll all the way to the bottom where it says
Accounts
Grabbing your secret key
- Go to the developer dashboard
- Navigate to API Keys beside
Overview
- Copy your secret key