#kenehermitcoder
1 messages · Page 1 of 1 (latest)
Payouts API is a server-side API call. There isn't a stripe.js method as far as I know
Yeah, and that's why I asked about implementing it Node js
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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.
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
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.