it'1 possible to handle on one website a multiple stripe accounts with webhooks?
On website - Trainers can have their own customers which will subscribe to training plans.
Then each trainer need to provide stripe key and stripe secret, all payments will go directly to trainer account.
@gidaban79 Nope. No one should be giving you their keys and secrets. They’re called secrets for a reason.
Instead, you’ll need to implement Stripe Connect. This will allow trainers to connect their Stripe account to your platform. You can then use the account ID you get from Stripe for that account to create charges on behalf of that account, and also optionally take an application fee.