Skip to main content

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.

webhooks

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

  1. Click your profile icon in the top right
  2. Hit profile
  3. Scroll all the way to the bottom where it says Accounts

Grabbing your secret key

  1. Go to the developer dashboard
  2. Navigate to API Keys beside Overview
  3. Copy your secret key

secret