#literatelapellabel_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1246013742441959514
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
but this doesn't link to the customers existing account,
Can you share a concrete example please ? the event Id and what info is missing exactly
I'm not sure connect is the correct approach, as the connected accounts appear as "new" stripe accounts without their on-going subscriptions
Ideally, we would be able to monitor multiple stripe accounts for the cancellation events, our product calculates commission points when a lead/deal is marked as won by a client, and then will continue to generate commission points on a schedule, until the clients customer stops paying. I'm just not sure how I can get notified that the subscription is canceled
Our intended workflow would be.
- Client connects their stripe account, (either via installing an app, or via connect onboarding)
- We register a webhook for cancelation events
- When we receive a webhook, we check the associated customer and if it matches a customer who we are calculating commission points for we stop.
The Connected Account are end customer or services providers that uses your services ?
The connected account are our customers, who in turn provide stripe subscription based services to their own customers
I guess to answer your question, they are service providers that use our commission tracking software
Thanks for the exaplanation
What type of Connect Charges are you using ? (Destination or Direct)
In other words, are you creating the Subscription at the Platform Level or the Connect Account level ?
We are not creating the subscription, they are existing SaaS vendors who want to notify us of cancellations
Sorry, if you are not using subscription, you want to be notified of cancellation of what then ?
So our customers already have stripe billing set up for their users, they want us to be notified if a user cancels
In that case yes, you can set Connect Webhook endpoint:
https://docs.stripe.com/connect/webhooks
And you'll get all the events of your Connected Accounts
OK thank you 
You can track the status changes of your Connected Accounts' Subscription:
https://docs.stripe.com/billing/subscriptions/webhooks#state-changes
And the connect onboarding is the correct approach to get their existing account talking to our web hook endpoint?
I beleive so yes
Thank you, you've been very helpful today ๐
Happy to help! Have a nice day!