#charlie
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.
- charlie, 15 hours ago, 4 messages
So I have a connect express account. When I was trying to create a billing portal session as that connected account, I was getting an error that said I had to save the config in https://dashboard.stripe.com/.../settings/billing/portal before creating a session. To make the implmentation of stripe as hands free as possible i was wondering if I can save the settings through the api
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can you share the request ID (req_xxx) of the error? You can find it here https://dashboard.stripe.com/test/logs
Its actually not in there.
Or can you share the exact error message you received?
the developer logs, do they log everything?
I cannot see Stripe.BillingPortal.SessionService create ?
It logs everything that happens on your own account. Here I'm guessing you made a request on a connected account, so it might not be there.
Can i get to the connected accounts logs?
If you click on more there is an option to display outgoing requests. Maybe you can try this?
Thanks! Give me a few minutes to look into this.
Ok thanks ๐
Wait, why are you creating a Customer or Billing Portal object on an Express account? That doesn't make any sense.
When using Express accounts, all objects (customers, payment method, payment intents, etc) should live on the platform account.
Right. So I'm using the wrong Account type then.
If you want the objects to live on the connected account, then you should use Standard connected accounts.
Ok. I will switch it over. Can you confirm that the error will not occur on a standard account?
Correct
Perfect. Thank you very much Soma ๐