#jamie_97274

1 messages · Page 1 of 1 (latest)

fleet windBOT
faint flax
#

Since ideal is single use, you can use it with sepa debit to create a sub

boreal escarp
faint flax
#

I think you can do it that way if you don't want to use Checkout, yeah

boreal escarp
#

@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

faint flax
#

Yeah I think you'd need to use a setupintent as you suggested

boreal escarp
#

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

faint flax
#

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

boreal escarp
#

Thanks for your help, though in your link I don't see a payment intent in the steps, only a setup intent

faint flax
#

It did

#

Second snippet there