You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 url vendor/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
The text was updated successfully, but these errors were encountered: