#bio6052_docs
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1345093647821176874
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Can you share the Subscription ID with me?
Hi, taking over as my teammate needs to step away. Let me catch up.
I do not see a failed payment, I see this invoice as paid: in_1QxVFpKrkdGViW7BVuDkhqsL
Where are you looking exactly?
The invoice did not fail; it was paid as expected except for the payment method. it was paid via SEPA Debit, but needed to be paid via iDeal
You can see that in the payment pi_3QxVFqKrkdGViW7B20ewdmmc
Ah, that is expected since recurring iDeal payments use SEPA under the hood: https://docs.stripe.com/payments/ideal
Specifically, here 'Recurring payments with SEPA Direct Debit'
So this is all expected
Can I achieve what I want differently?
No, it is just how it works
For iDeal to work for recurring payments, it uses SEPA under the hood
So if I need to charge a trial, a customer will be charged via SEPA, right?
What does 'charge a trial' mean?
I have several subscriptions with a paid trial period. Since the subscriptions do not support a paid trial period, as stated in the documentation, I charge the client for the trial period, and my main goal is for this fee to be through iDeal, not SEPA, but the subscriptions themselves should go through SEPA
That won't work. You would only see iDeal for one time payments. If you use that for one time payments, you will not be able to use that payment method for future use
The only way is to show the payment form twice: once for a one-time payment, and once for a subscription payment? Just clarifying
Yes!
That would add more friction
Why is this important to you?
I'm trying to better understand why seeing iDeal is important even if the payment succeeds?
The person to whom I connected the payment form noticed this and said that it should work as I described above. Unfortunately, I don’t know the reasons.
So the end customer pointed this out?
For recurring charges, this is how it works and there is not a way around it but to have then come to your payment page twice.
Thank you, you helped me a lot!