Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @javierld

    WP Simple Pay only loads the single https://js.stripe.com/v3/ script file. Stripe then needs to load its own additional assets and scripts, which will increase the amount of requests you see on the page. Because Stripe loads each payment field in a separate <iframe> each payment form on the page will exponentially increase the number of total requests the page creates. For this reason, we recommend creating forms with multiple price options vs. multiple forms. We cannot control the additional requests Stripe is required to make to load their assets. (From your screenshot, it appears you are using the Pro version of the plugin)

    Stripe also creates periodic requests to help with advanced fraud detection. You can read more about that here: https://stripe.com/docs/disputes/prevention/advanced-fraud-detection — you can remove advanced fraud detection (not recommended) to reduce additional requests with the following custom code snippet: https://gist.github.com/spencerfinnell/0c126725811db5ee0929a64bb7eeb303

    Please let me know if you have any further questions.

    Hello again @javierld

    It’s been a while since I’ve heard from you. I am going to mark this issue resolved and close it. If you need further assistance, feel free to re-open as needed.

    Regards,

    Adam

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Extreme requests to Stripe’ is closed to new replies.