#Goranik
1 messages · Page 1 of 1 (latest)
Hi, can you share the request id where you're seeing this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
From the error it sounds like you've limited the payment method type allowed on the Payment Intent.
Sure, yes this is the request ID: req_gGsIUarNFWiYMn
To correct this, you'd need to add sepa_debit when creating the Payment Intent: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
Okay got it yes this was the solution. I didn't know that only card was allowed
for default