
Integrating Paid Membership Pro Plug-in with Stripe Gateway in WordPress
- October 6, 2016
- Leave a comment
A WordPress website can be transformed into any type of memberships website by using Paid Membership Pro plug-in. This WP plug-in has a great community support and can be fully customized according to the customer needs. It supports various payment gateways such as Stripe, Authorize.net, PayPal, Braintree, Cybersource, 2Checkout as you can see in the screenshot below:
In this article, you will learn to integrate paid membership pro plug-in with Stripe gateway.
You need the following keys to integrate stripe via Paid Membership Pro plug-in into your WordPress site:
- Secret Key
- Publishable Key
In order to get your stripe secret and publishable key, all you need to do is:
- Go to stripe.com
- Sign up for new account
- Activate your account
To activate your account, you need to follow the steps mentioned below:
- Navigate to “Account settings->API Keys”, get your test/live secret and publishable keys as represented in the screenshot below:
- Copy and paste these keys into your ‘Paid Membership Pro’ Payment Gateway & SSL page
- Navigate to Paid Membership Pro ->Payment Gateway & SSL page and find the Web Hook URL value. Copy the value since/as you are going to set this value in your stripe account
- Now from your stripe account, navigate to “Account settings->Webhooks” and add a new Webhook with the value that you copied. To have a clear understanding, see the screenshot below:
- Lastly, test the stripe integration with test or live account. You are done!
User Comments