• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Payments Plugin for Stripe

Stripe payment plugins for your WordPress site

  • Home
  • Documentation
  • Addons
  • Login
    • Sign In
    • Edit Profile
    • Terms & Conditions
    • My Downloads
    • License Key
  • Support
    • Support Forum
    • Forum Search
    • Forum Login
    • Forum Registration
    • Email Support for Customers
  • Contact Us
  • Show Search
Hide Search
You are here: Home

Admin

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 529 total)
← 1 2 3 4 5 … 34 35 36 →
  • Author
    Posts
  • December 20, 2022 at 10:48 pm in reply to: No WordPress User created? #4794
    Admin
    Keymaster

    Hi, We don’t advertise this feature for the subscriptions addon.

    Normally, to restrict content, you use a membership type plugin with this. You can check the membership plugin integration options it currently has on the following documentation:

    Stripe Payments Plugin Documentation

    December 14, 2022 at 8:09 am in reply to: How to manage VAT on the price of the product? #4791
    Admin
    Keymaster

    Hi, At the moment we only have the following tax related options:

    How to Use Shipping and Tax with Stripe Payments

    Can the following work for your situation to collect VAT?

    How to Setup Tax by Region

    September 28, 2022 at 2:45 am in reply to: Apple Pay addon not working on mobile devices #4728
    Admin
    Keymaster

    I think you may have purchased it using a different email so it didn’t connect to this account. Let me send you an email to get some info and then I can sort it out by manually amending it. If you don’t receive an email from us, let me know.

    Also, if you are having any kind of account related issue, you can always use our standard contact form to get in touch.

    September 27, 2022 at 12:50 am in reply to: Apple Pay addon not working on mobile devices #4726
    Admin
    Keymaster

    Thank you. Everything on that page from the outside looks fine to me. Let me check some additional details to see if there are any conflicts happening on this site. Can you please submit the following contact form to get in touch so I can get some additional setup details privately:

    Customer Support Contact

    September 25, 2022 at 11:20 pm in reply to: Apple Pay addon not working on mobile devices #4724
    Admin
    Keymaster

    Hi Marie, It’s a good idea to double check the following Apple Pay instructions to make sure the setup is correct so I will put the link here:

    Accepting ‘Apple Pay’ Using the Stripe Payments Plugin

    If you go to the “Additional Payment Methods” tab in the settings menu, do you see any error or warning there? The domain is verified with apple pay using the “Autoapprove Domain” button?

    Is the product in question a subscription product by any chance?

    September 9, 2022 at 2:18 am in reply to: “Subscription” Tab no longer shows Metadata #4711
    Admin
    Keymaster

    Please make sure the custom fields addon is updated to v2.0.7

    The following addon lets you auto update and stay up to date with the addons:

    Update Checker Plugin for the Addons

    September 8, 2022 at 12:17 am in reply to: FPX Payment Addons #4709
    Admin
    Keymaster

    Hi Kevin, We have sent you the download for the FPX addon. Let me know if you didn’t receive it.

    July 16, 2022 at 4:43 am in reply to: Is it possible to customize sub-cancel-tpl.php and sub-update-cc-tpl.php? #4632
    Admin
    Keymaster

    That will require a code customization job.

    July 15, 2022 at 4:41 am in reply to: I need to hook into the cancel subscription function #4628
    Admin
    Keymaster

    This particular hook is triggered by a Stripe hook. It runs early on the loading process so this code needs to be put into a place that is visible much earlier. If you are putting the code into a file that is loading AFTER the hook is being triggered, then you will see the behavior that you are seeing. Not all hooks are triggered at the same time. Different hooks have different conditions. You may need to get help from a WordPress coder for this.

    You should probably make a small custom plugin and put this custom code in that plugin so it is visible when that hook is triggered. It’s generally a good idea to put all your customization code into a separate plugin. Otherwise in the future if you switch your theme, you will lose all the customization.

    July 13, 2022 at 3:57 am in reply to: I need to hook into the cancel subscription function #4621
    Admin
    Keymaster

    We are not familiar with that particular plugin you mentioned but yes there are some plugins out there which can create a conflict. So the best option is to do the following test:

    Test for Plugin and Theme Conflict Before Posting an Issue or a Bug

    July 13, 2022 at 3:55 am in reply to: Metadata/custom fields not sending or saving since latest update #4620
    Admin
    Keymaster

    Hi Matt, The custom fields addon needs to be upgraded to v2.0.7.

    Please use the following add-on which will check fro updates and allow you to auto-update:

    Stripe Plugin Addon Update & Support Renewal Payment

    Alternatively, you can download the latest copy from the following page and you can upgrade it manually:

    My Downloads

    July 5, 2022 at 6:39 am in reply to: Test for Plugin and Theme Conflict Before Posting an Issue or a Bug #4603
    Admin
    Keymaster

    Hi, Enable the debug logging feature and try to do a test transaction. It will reveal clues as to what could be going wrong. That information will be very helpful:

    How to Enable Debug Logging and What Does it Do?

    Also, post the URL of the page containing the button so we can inspect it and see if there is any JavaScript or captcha error.

    Did you enable captcha? If you did which one did you enable? Sometimes this type of issue happens from not having entered the correct captcha API keys.

    July 5, 2022 at 6:35 am in reply to: Fatal error when activating stripe payments plugin #4602
    Admin
    Keymaster

    Hi, I sent the following response to your email query also. I will give the response here as well (in case you don’t receive the email).

    —
    It looks like the Main stripe plugin’s settings were never saved on this site (or the main stripe plugin doesn’t even exist). The subscription addon requires the main Accept Stripe Payments plugin to be active and configured first.

    So let me check to make sure that has been done correctly.

    Can you please show me a screenshot that shows that the “Accept Stripe Payments” plugin is active on your site? You can go to the plugins menu of your site to see all the plugins.

    Next, go to the settings menu of that plugin and save the settings. Just hit save settings with the default values there (you can update them later). After that step, you can try to re-activate the subscriptions addon.

    June 16, 2022 at 8:29 am in reply to: I want to remove “checked” from radio buttons. #4592
    Admin
    Keymaster

    Can you please give an example so I can understand the question better? Do you have a page where I can go and see what you mean?

    June 15, 2022 at 4:47 am in reply to: asp_stripe_payment_completed data is subscription obj rather than charge obj #4589
    Admin
    Keymaster

    For subscription payments the charge is processed differently than one time payments. For subscriptions, that subscription object is the main object.

    you can make API calls to Stripe API with the Subscription ID (example: sub_1LAY1vIypMs78IJNtxP5bPXt) and retrieve various details that is associated with that subscription.

    Coding related customization is beyond the scope of this standard support forum. If you need to hire some developer time, you can contact us for a custom development job.

  • Author
    Posts
Viewing 15 posts - 46 through 60 (of 529 total)
← 1 2 3 4 5 … 34 35 36 →

Primary Sidebar

Featured Addons and Extensions

  • Subscription Payments Addon
  • Additional Custom Fields
  • Secure Downloads Addon
  • Apple Pay, Google Pay, Afterpay

Addon Bundle

Stripe Payments Addon Bundle

A Simple & Lightweight Plugin

Our Philosophy with the Plugin

Support Links

  • Support Forum
  • Support Contact

Search

Copyright © 2025 | Stripe Plugins | A member of the Tips and Tricks HQ family.