Accepting Stripe Payments
This guide will help you set up Stripe as a payment gateway in your Text Club application. Stripe is a popular payment processing platform that allows you to accept online payments securely and efficiently.
Setup your Stripe Account
  • Go to the Stripe website.
  • Login or create and account if you do not already have one.
Obtain PayPal API Credentials
  • Log in to the Strpe dashboard: https://dashboard.stripe.com
  • Navigate to the "Developers" section in the left sidebar.
  • Click on "API keys" under the "Developers" section.
  • Copy the "Publishable key" and "Secret key" from the API keys section.
Setup Stripe Payment Gateway in Text Club
  1. Login to the admin panel
  2. Navigate to Settings > Payment Gateways
  3. Select Stripe
  4. Enter your Stripe API credentials (Publishable key and Secret key) into the respective fields.
  5. In the Environment option, select Production.
  6. Click on the Submit button to save your changes.