#ronald_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/1270769190328074374
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello this doc links out to a couple Connect + subscription flows https://docs.stripe.com/connect/subscriptions#use-cases
Can I do it with checkout session?
Hi, stepping in here. Yes, you should be able to using the Stripe Account Header, https://docs.stripe.com/connect/authentication of the Standard Connected Accounts.
How can I read the session of a connected account
When you say 'read' do you mean retrieve the Checkout Session? If so, you'd use the Stripe Account header and make this GET request: https://docs.stripe.com/api/checkout/sessions/retrieve
Can you share the request id instead? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I try to read the session created for a connected account
That looks like the event is failing and not the request. What do you mean by 'read' exactly?
I want to get the full session from "cs_test_a1knQNHp9YCRuECTZdd7cnZC9I663nDbXCH5oMjJ2ZUx3kKhfO1PfLM5P1?" that was generated to make a service payment for a client of my connected account
In that case, you'd want to retrieve the session, https://docs.stripe.com/api/checkout/sessions/retrieve using the Stripe Account Header like this request, https://dashboard.stripe.com/test/logs/req_DSbk6p4WU0kmZu