#azorky_unexpected
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/1245263508916928522
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
So I get this email prompting me to add my payment details:
Then the customer is sent to this page
Note that they can only enter credit card here, even though SEPA direct debit is enabled
When generating a url to the billing portal using the API and going there, it is possible to add SEPA Direct Debit showing that SEPA Direct Debit is working
But I need it in the screen, when they get the automatic email
What's the ID of the subscription?
I created ran a simulation and stuff so I'll create a new one real quick
sub_1PLg9MITHptbldwz32kdLSe6
Ok, yes this subscription supports sepa debit
Can you share with me the URL to the page for adding payment method?
https://dashboard.stripe.com/test/logs/req_7QKG7Q4dCFB67b this is the setupIntent that billing portal session creates, and its payment_method_types contains only card
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So I assume I should add sepa_debit as well?
I'm using Laravel Cashier
https://dashboard.stripe.com/settings/billing/portal you can visit this page to see the payment methods availble in customer portal
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
SEPA Direct Debit seems to be enabled which is good
Ok, do you see sepa debit in the billing portal now?
So I added 'sepa_debit' to the payment_method_type array, but I still don't get the option to add it here:
hrm, can you try enabling it in in https://dashboard.stripe.com/settings/billing/invoice also and see if that makes a difference for you?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I have to enable sepa direct debit in live mode as well to be able to enable it there, so I did the verification and have to wait now
But it's supposed to work in test mode without verification right?
hi! I'm taking over this thread.
Hi there
So I added 'sepa_debit' to the payment_method_type array, but I still don't get the option to add it here:
can you try this again to see if it works now?
Just tested that 1min ago, but doesn't work unfortunately
can you share the object ID or request ID?
What is strange to me is that it's not working here (the url where the email redirects the customer):
Whilst in the actual billing portal it is possible:
Alright just a moment
req_9GUgc3h5wYkPpn
and what payment method do you see on the Checkout Session page?
None, I'm collecting payment details afterwards
This is the mail I get right before the trial ends
Which is good
It just doesn't give the option to add SEPA Direct Debit
got it, that's odd. I recommend asking Stripe Support directly: https://support.stripe.com/contact
make sure to include all relavnt information (Checkout Session ID, Invoice ID, screenshots, etc)
I already did that and spent a lot of time there, but they couldn't help me either
sorry, but you should try to push there for a solution. multiple people on my team looked into this and couldn't understand the issue.
make sure to include as much technical details as possible, this way the support case should be escalated to our team, where we'll be to spend more time to investigate.