#ghost - standard connect
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
Can you explain what you're trying to do, perhaps with a concrete example? I'm afraid I don't understand the question.
Okay so I want the functionality to release money to the seller from my product adminPanel
So i am trying to implement strip connect
But before that I want to confirm after connect seller with stripe am I able to transfer the money into his bank account
Are you trying to see whether the connected account is able to receive payouts?
You can check payouts_enabled to see whether we can send money to their bank
https://stripe.com/docs/api/accounts/object#account_object-payouts_enabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.