I'm working on a project to let users subscribe to payed subscriptions featured by stripe. When I try to add a payment source of the type ideal or bancontact I'll recieve an error: PaymentMethods of type ideal cannot be saved to customers. How to solve that, what could be wrong? Creditcard and sepa work perfect. Ill get the message PaymentMethods of type 'ideal' cannot be saved to customer's. on urlvendor/craftcms/commerce-stripe/src/gateways/PaymentIntents.php at line 380`
Description
I'm working on a project to let users subscribe to payed subscriptions featured by stripe. When I try to add a payment source of the type
ideal
orbancontact
I'll recieve an error:PaymentMethods of type ideal cannot be saved to customers
. How to solve that, what could be wrong? Creditcard and sepa work perfect. Ill get the messagePaymentMethods of type 'ideal' cannot be saved to customer's. on url
vendor/craftcms/commerce-stripe/src/gateways/PaymentIntents.php at line 380`I'll use this form code:
Steps to reproduce
Additional info