#simo_api

1 messages ¡ Page 1 of 1 (latest)

hallow hazelBOT
violet bloomBOT
#

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.

hallow hazelBOT
#

👋 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.

pastel parcel
#

here in local works perfectly

dire vessel
#

Hello can you send me the ID of a checkout session that you didn't get that event for?

pastel parcel
#

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?

dire vessel
#

It looks like your platform's connect endpoint is only listening for account.updated events

pastel parcel
dire vessel
#

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

pastel parcel
#

So the endpoints with 'account' type won't work

dire vessel
#

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)