How to Setup Stripe as your Payment Gateway
First, go to the following address and login to your StudioPro account.
https://app.studiopro.uk/admin/authentication/login
It is important that when you try to login to your admin account that you have the /admin/ at the end of www.app.studiopro.uk
Example: www.app.studiopro/admin or www.app.studiopro/yourtag/admin
IMPORTANT: If you’d rather not read the process then you can either watch how to do this or when you login to your account there is a “Tour Guide” which you can use to follow the process.
Note: This guide and feature is primarily build around Stripe as a payment gateway.
Step 1: Create or Login to your Stripe Account
- Navigate to the following address: https://dashboard.stripe.com/login
- Login or create an account.
IMPORTANT: Once logged in, make sure that your account is not in test mode. (Otherwise, your payment link will work but payments will not come to your account).
Step 2: Create Subscription Products
- Using the left sidebar, navigate to “Product Catalogue”.
- Click “Create Product” button at the top right.
- Complete the product form and make sure to select “Recurring”.
- Once complete then click “Add product” button at the bottom right of the window.
- Repeat this process for all the subscriptions you plan on allowing students to subscribe to.
Step 3: Access API keys from Stripe
- Using the left sidebar and click the “Developers” option
- Then click the API keys option from the popup.
- Now click “Create secret key” button.
- Choose the “Provide this key to another website” option and click “Continue”.
- Add the name and URL and click “Create restricted key”.
- If required to do so, verify your access to your account.
- Click and copy the Publisher key.
Step 4: Add API key to StudioPro
Now that you have copied your API key from Stripe we need to add it to StudioPro. Follow these settings to make the connection. Go back to StudioPro.
- Using the left sidebar. Navigate to the following place: Setup > Settings > Payment Gateways > Stripe Checkout
- Now past the copied Publisher key from Stripe to the field that says “Publisher key”.
- Now go back to your Strpie account and copy the Secret key.
- Go back to your StudioPro account.
- Now paste the Secret key to the field that says “API secret key”.
- Add any required fixed or percentage fees for payemnts.
- Actiavte the payment gateway.
- Finally, click the “Save settings” button at the bottom right.
Congratulations your Stripe account is now linked to your StudioPro account.