• 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

alexanderfoxc

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

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 250 total)
← 1 2 3 … 9 10 11 … 15 16 17 →
  • Author
    Posts
  • January 6, 2020 at 12:49 pm in reply to: Stripe incomplete payments #2594
    alexanderfoxc
    Participant

    I apologize for a bit premature reply. I was able to reproduce the issue and already made necessary fix.

    Please update Subscriptions addon to latest version (2.0.5) and get Stripe Payments latest testing version (2.0.17t2) here https://s-plugins.com/testing-version/

    Try to make payment in test mode and let me know if the issue is resolved.

    January 6, 2020 at 11:00 am in reply to: How to get JSON data from custom field? #2593
    alexanderfoxc
    Participant

    If you know WP programming, you can get custom fields by hooking into following action:

    asp_stripe_payment_completed

    Here’s a quick example:

    function get_custom_fields_data($data, $charge) {
    if (isset($data['custom_fields']) {
    // we got custom fields
    $custom_fields=$data['custom_fields'];
    } else {
    // no custom fields
    }
    }
    
    add_action('asp_stripe_payment_completed','get_custom_fields_data',10,2);
    

    You’ll get custom fields in $custom_fields PHP array. You can then convert it to JSON or do whatever you like with it.

    January 6, 2020 at 9:24 am in reply to: Stripe incomplete payments #2592
    alexanderfoxc
    Participant

    Hi.

    Are you using latest versions of both Stripe Payments (2.0.16) and Subscriptions addon (2.0.4)? Similar issues were reported in the past, however those should be fixed in current versions.

    December 26, 2019 at 8:06 pm in reply to: Subscriptions: $1 Setup Fee #2558
    alexanderfoxc
    Participant

    Hi JX.

    I have read through on Stripe API documentation to find this functionality, but unfortunately, Stripe API doesn’t offer anything close to it.

    You can use following “workaround”:

    1. Create “$1 trial” one-off product and let your customers pay for it.

    2. After “trial” time is over, offer them to subscribe to your regular subscription.

    This could be achieved via some marketing platform like MailChimp. E.g. when your customer pays for “$1 trial” product, you can add them to a sequence which would automatically follow up after set period.

    I have created a ticket in our inner system with this feature request though. We will discuss with the team to see if some functionality to handle this situation could be implemented.

    December 23, 2019 at 10:06 pm in reply to: Error paying for subscription set to Japanese Yen #2555
    alexanderfoxc
    Participant

    Hi and thank you for reporting.

    Looks like regression in zero-cents currencies handling (like JPY).

    This should be fixed in new Stripe Payments version 2.0.15 (you can download it from here before it’s released: https://s-plugins.com/testing-version/ ) and in Subscriptions addon version 2.0.3 (check for plugin updates on your WP Dashboard).

    Let me know if this helped.

    December 22, 2019 at 12:17 pm in reply to: Stripe Payment Add-ons causing Gateway timeouts #2553
    alexanderfoxc
    Participant

    The URL for update checks was https://s-plugins.com:8080/

    However, we have replaced it with the one without port number. I didn’t know outgoing connections to some ports could be blocked. I can understand if a server is blocking INCOMING connections, but why outgoing?…

    Anyway, a new stable version (2.0.15) will be released soon (within 24 hours from now) and it should have this issue resolved. Thank you for reporting and helping to investigate this.

    Also now you know that Siteground blocks all ports but those it has white-listed.

    December 20, 2019 at 1:19 pm in reply to: Stripe Payment Add-ons causing Gateway timeouts #2548
    alexanderfoxc
    Participant

    Can you please install latest testing version (2.0.15t1) and see if it resolves your issue? I’ve removed port number from update checking URL (which might cause the issues if your server prohibits outgoing connections to non-standard ports).

    December 20, 2019 at 12:07 pm in reply to: Stripe Payment Add-ons causing Gateway timeouts #2547
    alexanderfoxc
    Participant

    I can see update requests coming from your website and seem to be processed fine. At least Secure Downloads addon requested update today at approx. 10 AM UTC.

    It might be the case when your server cannot access update server for some reason. But this should be definitely recorded in PHP error logs. Strange thing it’s not there.

    Anyway, I will try to add reasonable timeout for updates checking. If error occurs during the process, it won’t stall WP admin area at least.

    December 18, 2019 at 10:38 am in reply to: Stripe Payment Add-ons causing Gateway timeouts #2545
    alexanderfoxc
    Participant

    It might be ./wp-admin/php_errorlog or ./php_errorlog, but it’s just a guess. Usually there should be just one error log file.

    Try to enable the addons, then wait for gateway timeout and see which of the error log files has the newest date. It should have the latest error messages.

    December 17, 2019 at 5:22 pm in reply to: Stripe Payment Add-ons causing Gateway timeouts #2543
    alexanderfoxc
    Participant

    Hi.

    I assume you’re using latest versions of core plugin and addons?

    Do you have access to PHP error logs on your server (those usually could be viewed via your hosting control panel)? There should be some error messages that could share some light on your issue.

    November 3, 2019 at 4:57 pm in reply to: Bug: Encoding of "-" char in plans names #2423
    alexanderfoxc
    Participant

    Thank you for reporting.

    Subscriptions addon version 2.0.2 (that has the fix implemented) would be released shortly.

    For existing products, you can edit names directly from Stripe Dashboard. Just replace the entity with hyphen where needed.

    October 3, 2019 at 9:47 am in reply to: Bugfixes for Stripe Payments SCA Compliant API #2373
    alexanderfoxc
    Participant

    Can you please send the URL with your payment button via contact form? https://s-plugins.com/contact-us/

    October 3, 2019 at 8:37 am in reply to: Bugfixes for Stripe Payments SCA Compliant API #2371
    alexanderfoxc
    Participant

    Is the addon enabled in the settings?

    Also try to re-approve domain with Apple just in case (by clicking the button from the addon settings).

    October 3, 2019 at 8:20 am in reply to: Bugfixes for Stripe Payments SCA Compliant API #2369
    alexanderfoxc
    Participant

    Hi.

    Update core plugin and APM addon to latest versions (there were some bugs fixed related to Apple Pay).

    In new API, Apple Pay button appears in payment popup. When you click payment button that shows popup, Apple Pay would be selected as default payment option (if it’s supported by device). If it’s not – it won’t be displayed at all.

    September 20, 2019 at 11:48 am in reply to: custom fields wont send in email #2354
    alexanderfoxc
    Participant

    For that, you need to construct your own thank you page using this guide https://s-plugins.com/customize-the-thank-page-message-of-stripe-payments-plugin/#customize-thankyou-page

    I just checked and {custom_field_N} tag works just fine on custom thank you page.

    Let us know if there are any issues with that.

  • Author
    Posts
Viewing 15 posts - 136 through 150 (of 250 total)
← 1 2 3 … 9 10 11 … 15 16 17 →

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.