#Nauman
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
would you mind elaborating a bit more what you're trying to achieve?
I have an app where i have an amount show let say 50$ it's digital currency fake just to show his balance. If user click withdraw 30$ then can i directly pay him through my stripe owner account to the details he enter.. Is there any api which does it?
no unfortunately that's not possible unless you use Stripe Connect
which means your "users" need to have a Stripe Account
If you want to read more about Stripe connect this is a good starting point https://stripe.com/docs/connect
Ok if we make his account on stripe then where will his amount go to the details he adds in the account right.
first to their Stripe balance then paid out to their bank account
so there balance will be held to their account only then they can transfer from there.
it can be automatically paid out
depending on your configuration
please read through the docs to get acquainted with Stripe Connect first
then I'd be happy to answer all of your subsequent questions
ok great thanks for help
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
just confirm me that this api can create his stripe account or not
and this api can make a transfer as well right
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you need to step away from the API docs for a sec, and start by understanding what is Stripe Connect, what are the different types of Connected Accounts and what better suits your needs before venturing into how to integrate using the API
the docs has everything laid out for you
but you need to take the time to read through them