#simo_api
1 messages ¡ Page 1 of 1 (latest)
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.
- simo_checkout-directcharge, 21 hours ago, 6 messages
đ 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/1270749634444263555
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
here in local works perfectly
Hello can you send me the ID of a checkout session that you didn't get that event for?
pi_3PlAkhFWjIEh84Nz1NSsBXWB
maybe because using connect and direct charges, the platform don't do the checkout but is the connected account that does it?
so me, as a platform, can only see the application fee?
It looks like your platform's connect endpoint is only listening for account.updated events
this is 1 endpoint I have, I have 2 more
The platform account does have an account level endpoint listening for checkout.session.completed but that means it will only get events about Checkout sessions actually created on the platform account
So you need to enable that event specifically on a connect endpoint
So the endpoints with 'account' type won't work
Those endpoints will only receive events for things that happen on the platform account itself. The connect endpoint will receive events for things that happen on the connected accounts (but not anything that happens on the platform)