• 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 - 226 through 240 (of 525 total)
← 1 2 3 … 15 16 17 … 33 34 35 →
  • Author
    Posts
  • July 16, 2020 at 12:26 am in reply to: Invalid Security Token #3111
    Admin
    Keymaster

    I will take a look inside your site to see what I can find. I have sent you an email for it.

    July 14, 2020 at 11:42 pm in reply to: Invalid Security Token #3097
    Admin
    Keymaster

    You shouldn’t need to put it in test mode. You can copy the test and live API keys both from your Stripe account and then paste it in the plugin’s settings. Do you have the test API keys set/saved in the settings?:

    General Settings Configuration of the Accept Stripe Payments Plugin

    Even if you need to setup a webhook in testmode, you can do that very quickly by going to test mode and creating the hook and then switching back to live (should take only 5 seconds). You can do that at a time of the day when the site goes through a quiet period.

    The only guideline is to use latest version of any browser. Then it will work fine. If a browser version is older than 2 years (for example) then there is no guarantee since we don’t test for such old versions. Latest browser version should be used for security reasons also.

    July 10, 2020 at 8:01 am in reply to: Translate the popup #3065
    Admin
    Keymaster

    We have just released a new version of the plugin (v2.0.31). We have made some changes to the payment popup translation loading in this version that should be helpful. Please upgrade the plugin and the addons then try the translation again.

    July 7, 2020 at 2:16 am in reply to: Custom Fields Add On – Data to Stripe #3060
    Admin
    Keymaster

    This more of a question for Stripe (not our plugin) since you are talking about the Stripe’s merchant account. So I had to do a little bit of searching to see if Stripe has a feature for it. It doesn’t look like there is an option to export meta data to spreadsheet.

    July 7, 2020 at 12:24 am in reply to: Register a user in WordPress #3058
    Admin
    Keymaster

    That is not in our plugin’s description. Our plugin offers quick checkout for a customer without having to create any kind of user account or anything. You can create a customization by using the “asp_stripe_payment_completed” action hook to create a wp user after the payment is completed. The following page has details about that action hook:

    Stripe Payments Plugin – Action Hooks Reference

    The other option is to potentially use a membership type plugin that our plugin integrates with. You can search for the word “membership” on our following documentation page to find more details:

    Stripe Payments Plugin Documentation

    July 7, 2020 at 12:18 am in reply to: multicurrency plugin problem #3057
    Admin
    Keymaster

    I am not seeing any payment button on that donate page you posted. Is our plugin’s shortcode still there on the page?

    July 6, 2020 at 1:28 am in reply to: multicurrency plugin problem #3050
    Admin
    Keymaster

    Please post the URL of the page where I can go and inspect this on your site.

    July 6, 2020 at 1:27 am in reply to: Quantity label #3049
    Admin
    Keymaster

    No. This will need a custom job at this stage.

    The label can be customized via the language translation file. You can create your own translation file which can output whatever you want the “Quantity” label to say:

    Translating the Stripe Payments Plugin

    July 2, 2020 at 1:29 am in reply to: Custom Fields Add On – Data to Stripe #3034
    Admin
    Keymaster

    All the custom data is sent to Stripe’s meta data. Please fully read the following page which shows how the custom data can be viewed inside your WordPress admin dashboard and Stripe merchant account (there is a section called “viewing custom data”):

    Stripe Payments Additional Custom Fields Addon

    Sending the custom data to Stripe’s transaction metadata is the most sensible way we could implement this custom fields functionality (that works for most of our users). What data you collect using the custom fields is really upto you.

    June 30, 2020 at 12:38 am in reply to: Subscription plans Description language #3028
    Admin
    Keymaster

    This will need to be customized via your language translation file.

    You should be able to find the following strings in the language file of the subscription addon.

    
    until cancelled
    
    
    months
    

    You can create your own language translation file to customize those strings to whatever you want it to say:

    Translating the Stripe Payments Plugin

    June 26, 2020 at 1:18 am in reply to: Post-Processing Stripe Payments Subscription Plugin #3025
    Admin
    Keymaster

    We have action hooks that gets triggered after a transaction. You can use that hook to create your custom processing after a transaction.

    Stripe Payments Plugin – Action Hooks Reference

    Stripe Payments Plugin – Filter Hooks Reference

    So you can create a custom plugin that listens to the hook and then does the additional processing after the transaction.

    Side note: I know that some of our users don’t have the coding expertise required to handle the complex customization required for that particular project/business. If you want us to understand your particular business scenario and provide help with coding then that will need to be handled as a custom job. You can use the following page to get in touch for a custom job:

    Need Custom Work Done?

    June 26, 2020 at 12:39 am in reply to: Thankyou page – Include variations information #3024
    Admin
    Keymaster

    The filter will pass additional arguments that will have the product ID in there. So in your custom code, you can check that product ID and then override the output only if you want to handle that one. Otherwise, you will just return from that function and it will show the default that comes from our plugin.

    June 26, 2020 at 12:36 am in reply to: Custom Field placement #3023
    Admin
    Keymaster

    No. That will need a custom job since the payment popup’s code will need to be customized for this.

    June 25, 2020 at 3:06 am in reply to: Thankyou page – Include variations information #3019
    Admin
    Keymaster

    Not at the moment. The standard thank you page shortcode should show the details with the variations that was purchased.

    If you are customizing it using the “asp_stripe_payments_checkout_page_result” filter then you can get all the transaction data and fully customize that output:

    Stripe Payments Plugin – Filter Hooks Reference

    The $txn_data array will contain the transaction and item data that you can use.

    June 25, 2020 at 2:31 am in reply to: Link URL method takes order (in test mode) but does not trigger Check Out Result #3018
    Admin
    Keymaster

    I tested that feature and it is working fine as of now. Does the debug log show any error with the transaction?

    Also, do the following test to make sure something else is not conflicting:

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

  • Author
    Posts
Viewing 15 posts - 226 through 240 (of 525 total)
← 1 2 3 … 15 16 17 … 33 34 35 →

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.