#Aarti MusicHub
1 messages · Page 1 of 1 (latest)
I would say it's expected since 1 month off will not create any Payment at all.
So what's the best way to do this ?
I tried creating SetupIntent instead as recommended in Stripe SEPA docs, but then the payment method doesnt get attached to the subscription on success
We would obvi like the payment method to be attached as default even if the 1st month is free
Yes SetupIntent sounds like a better approach in this case, but you would need to catch the SetupIntent on webhook and manually set it into your Subscription
Inside the SetupIntent you should have the PaymentMethod Id, which is able to set to Subscription's default_payment_method
ok, I was really hoping we do not have to implement webhooks , was super happy when the payment_settings.save_default_payment_method was added. Would it be possible to request this as a feature ? Would be great if it worked in the promo code flow as well
Sure! I will forward it and thanks for the feedback!