#Shra_1
1 messages · Page 1 of 1 (latest)
Not for the secret key, no. The whsec_xxx is returned on Webhook object creation: https://stripe.com/docs/api/webhook_endpoints/object#webhook_endpoint_object-secret
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
my clear use case here is. we'll have an application that'll have multiple payouts respective from app user(admin) own stripe accounts.
now how can applications facilitate making such transactions from thier own stripe accounts ?
I don't understand the question
okay. I'll try to explain it as best as possible.
we have to build an application for multiple workspaces. each workspace will have its own stripe account.
now whenever the workspace admin wants to payout his employee, He'll make it through our application. so our application should get connected to each workspace stripe account and facilitate respective payouts
Sure, you're describing Connect: https://stripe.com/docs/connect
bro, in this Link
https://stripe.com/docs/connect/collect-then-transfer-guide
in the first paragraph, you see this sentence
" We’ll also show you how to accept payments from tenants (customers) and pay out homeowners (your platform’s users) "
we have to do the reverse in our application.
we'll have the employer (platform user) and payout their employees
Ok, then the core fundamentals of the guide still largely apply. You just have different actors/context. Do you have any specific questions/concerns?
yeah. each employer(admin) from a different workspace will have different stripe accounts
Hmm, I don't think you can model your business the way you plan to in Stripe. You can't have multiple levels of Connect account like you're describing