Recurring payments with local (Belgian) SEPA banks
We're a Belgian subscription business charging €26.95/month recurring, and because Bancontact isn't supported for charge_automatically subscriptions,
we plan to run a Checkout Session in mode: 'setup' with payment_method_types: ['bancontact'] so it generates a reusable sepa_debit PaymentMethod, then create the subscription server-side with that as default_payment_method — is that the recommended approach for letting Belgian customers authorise a recurring subscription via their own bank app, or is there a supported way to do this within mode: 'subscription'?
Thanks!