In one of my projects I had to integrate a payment platform, where the user pay us, we collect some fees and then we need to transfer some money to our provider. My first option was to look at Stripe.

Stripe is a payment infrastructure that makes payments easy for developers. They have several products, and one of them is the connected accounts.

With connected account you can charge the user, collect some fees and then transfer the rest to another account, exactly what I want.

The first step to configure this feature, is to create a Stripe account. Then create the connected accounts that will be our providers. So let’s start.

#stripe #node #stripe-connect #javascript #nodejs

How to create a connected account in Stripe with Node
13.40 GEEK