Blocked requests / Endpoint issue
-
Hi,
Whenever I try to pay using the VISA test card I get a payment failed. However since today I do no longer receive the failed order email. In my Stripe dashboards logs the events gets picked up and returns a 200 success notice. However in my WP dashboard it fails instantly.
These are the logs in WordPress:
2018-09-14T08:36:14+00:00 DEBUG
====Stripe Version: 4.1.9====
====Start Log====
sources/src_1DABqbD3HnArYzi75VskA1qc
====End Log====2018-09-14T08:36:14+00:00 DEBUG
====Stripe Version: 4.1.9====
====Start Log====
Error Response: WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => User has blocked requests through HTTP.
))
[error_data] => Array
(
))
====End Log====
2018-09-14T08:36:14+00:00 DEBUG
====Stripe Version: 4.1.9====
====Start Log====
Error: stdClass Object
(
[token_id] =>
[customer] =>
[source] =>
[source_object] => WP_Error Object
(
[errors] => Array
(
[stripe_error] => Array
(
[0] => There was a problem connecting to the Stripe API endpoint.
))
[error_data] => Array
(
))
)
====End Log====
Things I’ve tried: Update plugins / Roll new test keys / Updated SSL / Changed PhP version to 7.1
The page I need help with: [log in to see the link]
- The topic ‘Blocked requests / Endpoint issue’ is closed to new replies.