#kenehermitcoder

1 messages · Page 1 of 1 (latest)

trim vaporBOT
rose river
#

Payouts API is a server-side API call. There isn't a stripe.js method as far as I know

severe anvil
#

Yeah, and that's why I asked about implementing it Node js

rose river
severe anvil
#

I have read this but it doesn't seen to have answered my questions? That's why I came over here.

#

So let me break it down:

#

I want my users to be able to request for withdrawal from their wallet(in my server), and then the admin can either approve or reject it.

If he(the admin) approves it, I will reduce the equivalence of the requested amount in their wallet(just a number on the database, though) and proceed to credit the bank they specify in the payout operation

I hope this gives an insight into what I intend to achieve.

rose river
#

You would need to implement Stripe Connect and each of your Customer would need to create a connect account that you can create Transfers to

severe anvil
#

From the documentation it seems like the customer can interact with their Connect account directly.
But I don't want that. I just want them to be paid.