SocialSwap Documentation
  • Start
    • Introduction
    • Requirements
    • Installation
    • Purchase Code
  • Updates
    • Update 1.0.7
    • Update 1.0.6
    • Update 1.0.5
    • Update 1.0.4
    • Update 1.0.3
    • Update 1.0.2
    • Update 1.0.1
  • How it Works
    • Dispute Overview
    • Listing Overview
    • Offer Overview
    • Message Overview
    • Subscription Overview
    • Plan Overview
  • Database Setup
    • phpMyAdmin MySQL DB Setup
  • Cloud Storage
    • AWS Storage Setup
      • Create AWS Account:
      • Create IAM User
      • Create S3 Bucket
      • Configure S3 Bucket
    • Wasabi Storage Setup
    • CloudFlare Storage Setup
  • PAYMENT GATEWAYS SETUP
    • Paypal Setup
    • Stripe Setup
    • RazorPay Setup
    • Paystack Setup
    • Flutterwave Setup
  • SUBSCRIPTION PLANS
    • Subscription Plan
      • Paypal Plan ID
      • Stripe Plan ID
      • Razorpay Plan ID
      • Paystack Plan ID
      • Flutterwave Plan ID
  • SMTP SETUP
    • SMTP Configuration
  • SOCIAL MEDIA LOGIN
    • Google Login
    • Facebook Login
  • One Signal
    • One Signal Setup
  • TAWK.TO SETUP
    • Tawk.to Setup
  • GOOGLE SETTINGS
    • Google Maps
    • Google Analytics
    • Google reCaptcha
  • TRANSLATE INTERFACE
    • Language Translations
  • CRON JOB SETUP
    • CRON Job
  • Customization
    • Files Structure
    • Frameworks
  • Troubleshooting
    • Troubleshooting
  • Changelog
    • Initial Release v1.0
Powered by GitBook
On this page
  • How to get Stripe API Key and Stripe Secret Key:
  • Create Stripe Webhook with select events:
  1. PAYMENT GATEWAYS SETUP

Stripe Setup

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

PreviousPaypal SetupNextRazorPay Setup

Last updated 10 months ago

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. From the left menu, select Developers -> API Keys. Here, you will find your Publishable Key (API Key) and Secret Key.

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

Create Stripe Webhook with select events:

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

  2. Create a webhook in your Stripe Developer Account.

  3. 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.

Log in to your dashboard at .

Log in to your dashboard at .

Include your domain name followed by /webhooks/stripe. For example:

dashboard.stripe.com
dashboard.stripe.com
https://www.domainname.com/webhooks/stripe