#jamie_97274
1 messages · Page 1 of 1 (latest)
Recommend reading https://stripe.com/docs/billing/subscriptions/ideal
Since ideal is single use, you can use it with sepa debit to create a sub
so I need to use a setupintent, instead of going through this documentation?
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
I think you can do it that way if you don't want to use Checkout, yeah
@faint flax the link you sent is using Checkout and not Stripe Elements it appears
If I follow the 'Build a subscriptions integration' docs then iDeal is not a supported payment_method_types because iDeal is only with collection_method send_invoice instead of charge_automatically
Yeah I think you'd need to use a setupintent as you suggested
So basically use this flow: https://stripe.com/docs/payments/ideal/set-up-payment?platform=web
Except instead of a payment intent in this step, you'd create the sepa debit sub: https://stripe.com/docs/payments/ideal/set-up-payment?platform=web#charge-sepa-pm
So reading that, then the payments are not coming through automatically? You'll need to create a new paymentintent manually every time you want to charge for the subscription?
the docs on this with iDeal is very confusing
No. What I said here:
Except instead of a payment intent in this step, you'd create the sepa debit sub
You create a sub with the sepa debit pm instead of a pi
If you use a sub, then payments should happen automatically
If you use just ideal, then yeah each payment needs explicit confirmation from the customer. That's how ideal works
Thanks for your help, though in your link I don't see a payment intent in the steps, only a setup intent