Stripe Setup

For accepting payments both for Subscriptions and for Deposit options you can use Stripe.

You need to enter your Stripe credentials in the Admin panel under Finance Manager -> Payment Settings -> Stripe. Ensure you include all your Stripe credentials and activate the Stripe checkbox(es).

  • Stripe Key

  • Stripe Secret Key

  • Domain Name for Stripe Webhook URI

  • Stripe Webhook Secret

How to get Stripe API Key and Stripe Secret Key:

  1. Log in to your dashboard at dashboard.stripe.com.

  2. From the left menu, select Developers -> API Keys. Here, you will find your Publishable Key (API Key) and Secret Key.

  3. Copy and paste these keys into Finance Manager -> Payment Settings -> Stripe.

Create Stripe Webhook with select events:

  1. Log in to your dashboard at dashboard.stripe.com.

  2. Navigate to Developers -> Webhooks -> Add Endpoint from the left menu bar.

  3. Create a webhook in your Stripe Developer Account.

  4. Include your domain name followed by /webhooks/stripe. For example: https://www.domainname.com/webhooks/stripe

  5. Add the following two events:

  • invoice.payment_failed

  • customer.subscription.deleted

  • invoice.paid

  1. After creating your webhook, copy the Webhook URL and Webhook Secret to the corresponding fields under Admin -> Finance Manager -> Payment Settings -> Stripe.

Last updated