Creating a customer but no payments
-
Just spoken with Stripe trying to debug this issue. We currently have a problem with 2 checkouts in the past 24 hours have gone from pending payment to failed without any log being called from stripe.
After turning on debugging logs for the plugin and reading into it (I have redacted the customers email and name here for security
2023-07-23T15:40:34+00:00 DEBUG ====Stripe Version: 7.4.1==== ====Start Log==== customers request: Array ( [email] => [email protected] [description] => Name: John Doe, Guest [name] => John Doe [metadata] => Array ( ) [preferred_locales] => Array ( [0] => en-US ) ) ====End Log==== 2023-07-23T15:40:35+00:00 DEBUG ====Stripe Version: 7.4.1==== ====Start Log==== Error: stdClass Object ( [token_id] => [customer] => cus_OJhoYHYAhlf9wq [source] => [source_object] => [payment_method] => ) ====End Log====
It is creating a customer, and stripe can see this from there end however they said no payment is being passed through to stripe after this point.
We then got a second customer who had this issue attempt to checkout a second time after she tried to check out and that worked completely fine.
We have no out of date theme files and no updates pushed or plugins updated within the last 2 weeks.
- The topic ‘Creating a customer but no payments’ is closed to new replies.