#nazarpashkevych_36510
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nazarpashkevych_36510, 26 minutes ago, 5 messages
Hi
Can you share a PaymentIntent Id ?
Thanks for sharing, checking...
if you want to use Ideal or Bankcontact with Subscription, I think you need to use Stripe Checkout:
https://stripe.com/docs/billing/subscriptions/bancontact
https://stripe.com/docs/billing/subscriptions/ideal
I'll double check first...
Do you mean on separate checkout page on the Stripe?
like https://checkout.stripe.com/...
yeah as far as I know what happened is we did not build support for this flow(using iDEAL for the first payment of a subscription and then converting it to SEPA for recurring payments) into the manual Invoice->PaymentIntent integration, only in Checkout unfortuantely
gotcha, and bancontact is unsupported for this flow too, corect?
yes
Okay, thank you
Sorry, but I am a bit confused. Can you check this again please and confirm that this is not possible using stripe UI elements?
I think it only works if you create a PaymentIntent manually yourself, not if using the PaymentIntent from an Invoice, unfortunately.
so if you really require this you end up having to e.g. create a PaymentIntent manually for the amount of the first month, use that with PaymentElement on the frontend, and then when it succeeds you create a Subscription, with a trial period to skip the initial payment, and the generated SEPA Debit PM set as the default_payment_method . Or use Checkout.
So the initial payment will still go through SEPA, then user selects method, and then we just show only previously selected method as default or again, SEPA/Card?
no, the initial payment goes through iDEAL for example
and then the IBAN of the bank account they used in the iDEAL payment gets saved as a generated_sepa_debit on the resulting Cheage, which can be set as the default and used for recurring payments
https://stripe.com/docs/payments/ideal/save-during-payment touches on this, but in step 6 , instead of creating your own PaymentIntent directly, you do the Subscription + trial trick
During the first paymenti IDeal/BanContact will be displayed in the available payment methods?
yes