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
- Login to the admin panel
- Navigate to
Settings
>Payment Gateways
- Select
Stripe
- Enter your Stripe API credentials (Publishable key and Secret key) into the respective fields.
- In the
Environment
option, selectProduction
. - Click on the
Submit
button to save your changes.