klkoh
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] Fatal Error: How To Fix?Thank you for getting back to me.
- A previous developer set it up, I believe it is . I had simply moved all files from one host to another host as requested by the client.
- PHP 7.4.33
- WP 6.3.1
Edit: I just saw the sticky post. Moderator please delete.
Thank you for the reply. It seems like the Subscription Payments Addon requires a payment to purchase the add-on.
Is there any lower cost method? My main objective here is to make the payment secure with ReCaptcha, not to pay additional costs for something that is already working fine (albeit with Webhooks, rather than Stripe Payment Page).
The root issue is that the native plugin, without any paid add-ons, only has the option to use a Webhook, which is less secure (2 out of 5 security score as per Stripe). Shouldn’t it instead be the case where the native plugin without add-ons gives the most secure option?
Sure, here it is.
1. Created 4 membership types and 4 corresponding products in Stripe (Individual, Business-3, Business-7, Business-11)
2. WP Admin: WP Membership > Payment > Create Payment Button > Stripe Subscription and then entered the relevant membership type for each button.
3. Create the webhook endpoint in Stripe following the SWPM instruction, so that Stripe can successfully charge and subscribe the member.
“You should create a new Webhook in your Stripe account and put this URL there if you want the plugin to handle subscription expiration automatically.
You can get more info in the documentation.”4. Input test key & secret, and live key & secret, into the Create Payment Button page.
5. Repeat the above to get all the 4 buttons.
6. Created a Contact Form 7 with radio select buttons to hide/display the button when the user selects the membership type.
7. Publish all the above onto the page using shortcodes.
The issue is that the “webhook” is created by Stripe. We need to install the ReCaptcha on the Stripe webhook feature.
Also, I realised SWPM only supports Stripe API. Alternatively, the solution is for the SWPM button to redirect users to the Stripe Payment Link. Is that possible?
I have tried this method that you suggested:
`Hi, please check the following documentation. Let me know if this is what you mean.
https://s-plugins.com/stripe-payments-recaptcha-addon/
Kind regards.`
And also the latest method, I have tried it too.
Both of it enables the Stripe payment, yes. But it does not create the ReCaptcha checkbox within the pop-up.
Thank you. I have tried it but it still doesn’t work. This method that you suggested seems more catered towards e-commerce pages where there is an elaborate cart and checkout page.
Whereas my website doesn’t have such a page, it is instead a simple webhook pop-up.
Please see this image here, the red arrow is where I wish a Recaptcha checkbox would be.
https://ip-lawyer-tools.com/wp-content/uploads/2022/11/captcha.pngHi, thanks for the reply. Yes, I did. ReCaptcha is already appearing on SWPM forms. But I want the ReCaptcha checkbox to also appear in the payment details form within pop-up (which is a Stripe Webhook). As mentioned I have asked Stripe about this as the Webhook is controlled by them, but they asked me to come back to WordPress.