In freelancer/upwork sites i see clients have a wallet where they can credit money and using that we can pay it to their freelancers.
I have a project with same payment flow, But i am not sure how to implement it, using any paritcular library or any other way,
My project is using reactjs for frontend and nodejs for backend.
I have checked stripe, I could not find anything about wallet and direct transfers from wallet to any other accounts. Please help me to implement this feature.

