New checkout experience questions
-
Hello,
Is the ‘New checkout experience’ feature fully tested and ready to use?
I would like to use it, but when testing I run into problems.
When doing a test payment(card or any EURO payment option), I get the following wc error notice on the top of the checkout page:
“An error occurred while connecting to the server. Please try again.”
The order is being created in WooCommerce and is set to ‘pending payment’ and has 1 order note: ‘Stripe payment intent created’
In the stripe dashboard, indeed the payment is there, but the payment is ‘Incomplete’ and says: “The customer has not entered their payment method.”
On the payment page it displays: “The PaymentIntent requires a payment method” and “status”: “requires_payment_method”
So it seems the payment method is not being passed.
Webhook data
API version: 2023-10-16
Events:
charge.captured
charge.dispute.closed
charge.dispute.created
charge.failed
charge.refunded
charge.succeeded
payment_intent.amount_capturable_updated
payment_intent.payment_failed
payment_intent.requires_action
payment_intent.succeeded
review.closed
review.opened
setup_intent.setup_failed
setup_intent.succeeded
source.canceled
source.chargeable
Using php 8.2 and latest WP and plugin versions.
Am I using the right API version? Am I missing any events?
When the ‘New checkout experience’ feature is disabled, all works as expected.
Best regards
- The topic ‘New checkout experience questions’ is closed to new replies.