#nofate
1 messages · Page 1 of 1 (latest)
Hi 👋
SInce IDEAL is a single-use payment method, if you configure IDEAL payment methods to be set up for future use they convert to SEPA debit payments.
I would recommend you follow this guide: https://stripe.com/docs/payments/ideal/set-up-payment to create payment methods for your customers first using IDEAL and then create the Subscription, pasing in the Payment Method ID from the Payment Method you just created.
So essentially create the payment / setup intents first, use those to authenticate with iDEAL, grab the payment method from the resulting intent, and then create a subscription using that?
More specifically for the last part, would that be default_payment_method?
Correct
Great, we'll try that. Thank you very much