- Issue created by @sandyjain
- 🇧🇪Belgium vyaenes Nazareth-De Pinte
I think that I've the same issue.
Can you check the details error log?In Drupal I've something like:
Drupal\commerce_payment\Exception\PaymentGatewayException: The selected stripe payment method type(stripe_bancontact) is not currently supported. in Drupal\commerce_stripe\Plugin\Commerce\PaymentGateway\StripePaymentElement->createPaymentMethodFromStripePaymentMethod() (regel 560 van /***/web/modules/contrib/commerce_stripe/src/Plugin/Commerce/PaymentGateway/StripePaymentElement.php).
And when I check my logs in Stripe, I've the same error:
HTTP status code 500 (Internal Server Error) The selected stripe payment method type(stripe_bancontact) is not currently support
But when I scroll down in the json request I see:
"payment_method_types": [ "card", "bancontact", "eps", "giropay", "ideal", "sepa_debit", "sofort", "paypal" ],
So I think that something went wrong with the payment_method?
stripe_bancontact <> bancontact