#johan_api
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/1410525504452427786
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- johan_api, 19 hours ago, 11 messages
You can see the thread from 19 hours ago above but that still didn't work. do I have to enable something for each connected account? if so how do I do this through the API?
You can use API to create a portal configuration (https://docs.stripe.com/api/customer_portal/configurations/create) and use this configuration when creating a billing portal session.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
perfect thank you
could you please leave this thread open while I make the. changes?
just in case I have any questions
Sure
How can I override this error message ?
@vast drift looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
how can I check if the configuration already exist so I don't create it again? I would like to do it just once
https://docs.stripe.com/api/customer_portal/configurations/list use this API to retrieve the list of existing configurations
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I understand thanks a lot. I managed to do it. do you know why it looks like this?
it should look like this:
I'm trying to get customers to update their payment method if their subscription payment fails. I want to do that through an email that will contain a button to redirect them to the checkout
I want it to look like the one below which is the one stripe sends
๐ taking over for my colleague. Let me catch up.
Thanks a lot tarzan
and the one above still doesn't update the payment method in the subscription. it just does it in the customer and it will fail again. the correct one is the one below
ok, so the second screenshot is basically part of what we call revenue recovery
the customer emails https://docs.stripe.com/billing/revenue-recovery/customer-emails are sent by stripe and we provide a link to that page
this is not something that we offer in a programmatic way
so this can only be done by enabling it manually to each connected account through the dashboard?
yes unfortunately we don't have any other way to do so
the problem with this is that we have more than 500 active connected accounts
it would be a pain for us to do this for each one of them
what other alternatives would you suggest?
and new ones etc. it would be hard to keep track to all of them
I agree, but there's no alternatives to be honest
this is a great feedback that I will submit to our product team