We're having the trouble that neither in regular checkout, nor using ✨ Stripe Express Checkout Element Integration Active other payment methods than Credit Card are shown.
Debugging the possible reasons, I found that in the Stripe\PaymentIntent object the "customer" value is null:
"customer" => null
Might this cause the issues perhaps? If yes, how can that happen possibly?
Meanwhile "shipping" is filled correctly. We're using commerce_shipping, is there maybe a conflict?
Active
2.0
Code