Spencer Finnell
Forum Replies Created
-
Hello @mrgregb123,
Stripe uses hCaptcha via their stripe.js script for additional fraud protection. This is separate from the CAPTCHA solutions WP Simple Pay offers as we use our solutions to protect against spam on your server, while Stripe uses hCaptcha to protect against spam on their servers.
You can read more here: https://docs.stripe.com/disputes/prevention/advanced-fraud-detection
Also, on each page where you load Stripe.js, it may load hCaptcha. hCaptcha is a type of CAPTCHA that helps stop fraud and provides additional signals to Stripe while being low friction for legitimate customers. To opt out of use of hCAPTCHA integration, reach out to?Stripe Support.
Please let me know if you have any further questions.
Hello @voroninat, so sorry for the delayed response. It appears as though your buttons are working correctly now. Please let us know if you have any further questions.
Hello @pha2022, please reach out to us via https://wpsimplepay.com/contact for support with WP Simple Pay Pro.
Hello @askyeshua please reach out via https://wpsimplepay.com/contact/ so we can assist you further.
Hello @joseba912, I am sorry for the delayed response.
Unfortunately if the plugin has not been updated to support the current hooks in WP Simple Pay, there is nothing on our end we can do to fix it. The plugin developers will need to ensure the correct hooks are being used to allocate the credits as expected.
WP Simple Pay Lite (this plugin) does not use webhooks, but can use the
simpay_payment_receipt_viewed
action.WP Simple Pay Pro can use the
simpay_webhook_payment_intent_succeeded
as noted.Hello @twofeet123, you can use the following CSS:
.simpay-form-wrap .stripe-button-el {
box-shadow: none;
}.simpay-form-wrap .stripe-button-el span {
background: none;
box-shadow: none;
text-shadow: none;
color: #666666;
}Hello @twofeet123
It appears the URL previously shared no longer contains a WP Simple Pay payment button — if you can provide an updated URL I can provide the necessary CSS to remove any additional styling.
Hello @azael2k, thank you for reaching out. It sounds like you have a question about functionality present in the Pro version of WP Simple Pay.
Please visit https://wpsimplepay.com/my-account/support to request support for the Pro version of WP Simple Pay as we cannot offer support for that product here.
Hello @robinkholland,
This error occurs when the ModSecurity firewall solution blocks the return from Stripe. You will need ask your web host to add Stripe’s list of domain names to a list of acceptable domains to allow.
You can find the relevant list here: https://wpsimplepay.com/doc/406-403-not-acceptable-modsecurity/
Please let us know if you have any further questions!
Hello @masterpiece8931,
Thank you for taking the time to leave your feedback/suggestion.
I have passed along your suggestion to the AffiliateWP team to add to their internal feature request tracker as this is something that would need to be implemented within AffiliateWP, not WP Simple Pay.
Hello @zelacorp,
Since you are referencing subscription functionality, which isn’t available in WP Simple Pay Lite (the plugin distributed here), you are likely referring to the Pro version of the plugin. We cannot provide support for that version of the plugin here according to the forum guidelines.
Please contact us via https://wpsimplepay.com/contact for further information about WP Simple Pay Pro.
Hello @pansmuggler, thank you for taking the time to leave feedback for WP Simple Pay.
I’m sorry to hear that WP Simple Pay did not meet your needs. I’d love to hear more about your use-case to see if we can come up with a solution.
Please note that WP Simple Pay is a standalone payment form plugin and is not meant to integrate with any existing ecommerce checkout pages or plugins (such as WooCommerce). You can simply embed the WP Simple Pay shortcode or block to create a standalone payment form to accept credit card (and other) payments.
Hello @rockdoc48,
Unfortunately it is not possible to control the postal code field independently.
Please note the postal code collected when accepting a credit card payment should be considered associated with that specific payment method — it could possibly be different from a value collected for a separate address.
Hello @cabrero, thank you for reaching out. I’m sorry you are having issues with your payment form.
If you visit the payment form in the WordPress dashboard and click the “Update” button inside the payment form builder, does the issue persist?