#bkrnetic
1 messages · Page 1 of 1 (latest)
Hi
I should have 2 endpoints, one for events on my account and one for events on connected accounts.
You should have two webhook endpoints, one for your platform account and one for your connected Accounts
Okey I am going through these docs now and then I will be back to you with additional questions or to tell you to close the thread. Please wait
Happy to help. If this thread is closed, feel free to reach out directly on the main channel with your follow up question.
Okey I finished the reading. We use Stripe Connect Standard accounts for sellers. When seller creates a product, we store the price on our side and once someone buys the product, we create payment intent dynamically and set the price_data. We don't create Products on Stripe dashbaord for the sellers.
What is the use case when we will receive platform events at all? I imagine that if buyer pays for the seller's item, it will be an event triggered for Connect events webhook.
What is the use case when we will receive platform events at all?
I don't understand this question sorry. You mean what is the use case when you don't receive platform events at all or what ?
I am confused what are the uses cases when I will receive one events and not the other.
If customer buys a seller's item, is the event of successful payment sent to both platform and connect webhooks or only to Connect?
If customer buys a seller's item
What charge type you'll be using ? Direct/Destination or Separate Charge and Transfers
Hmm, let me check
As far as I can see, separate charges are allowed only for Custom / Express account and we are going to use Standard accounts, thus Direct/Destination is the answer I guess.
If customer buys a seller's item, is the event of successful payment sent to both platform and connect webhooks or only to Connect?
and
thus Direct/Destination is the answer I guess.
So you'll receive the even on the connect endpoint
Okey, so my question is actually if I will ever receive platform webhook event, since platform doesn't list any articles and doesn't sell anything. Only registered platform users that create Standard Connect account are able to sell the articles on the platform.
The platform will receive event like connected account updates but not payments events
Ah okey. I guess it is the best to implement the main flow and register 2 webhooks, just to be able to monitor the behaviour and then see what scenarios I should cover or not.
This is mentioned in the link I shared with you:
https://stripe.com/docs/connect/webhooks#:~:text=This includes the important account.updated event for any connected account and direct charges
Yes that's a very good approach
Yes I saw that, but it noted for Connect webhooks and not platform ones. Thanks however, I guess I am ok with this for now. Talk to you again if necessary. Have a nice day @gentle gull