#Usama
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can start by reading this https://stripe.com/docs/connect
I want to handle all the stuff from backend side.
using Node.js
I did read stripe connects already but did not found.
you need to create the Stripe Connect accounts for you vendors
then you would go through https://stripe.com/docs/connect/destination-charges to learn more about paying your vendors
actually i did not have fixed number of vendors like ali baba
I want to know the flow. actually i have mobile app and backend in node.js. i want to handle all the stuff using api's. so user just stay in my app. Now my issue is I want to send payments to cards like (master, visa) from stripe from backend side.
what will be the flow for this.
I'm struggling from yesterday but did not able to find proper flow
where is your platform located?
US
you can't really do everything from the backend especially if there's SCA/3DS involved in the process
Can you guide me what will be the flow for my scenario
Hey! Taking over for my colleague. Let me catch up.
First of all you can start with accepting Payment using Stripe:
https://stripe.com/docs/payments/quickstart
Then you update the creation of the PaymentIntent with the param transfer_data.destionation, according to the link my colleauge shared with you earlier:
https://stripe.com/docs/connect/destination-charges#application-fee
I have read them. But the issue is in all scenario we need CONNECTED_STRIPE_ACCOUNT_ID. I can create custom account by using stripe connect accounts from backend. But that account status is restricted.
How can I completed that account
by using api's
what would be the flow for that
Here you can find how to onboard Custom Connect Accounts:
https://stripe.com/docs/connect/connect-onboarding
This onboarding is from a url or something like that I want that my user stay in my app for onboarding.
is there any api's for that so i can implement from backend side and make UI in my app for that stuff.
You can follow this links then:
https://stripe.com/docs/connect/identity-verification
https://stripe.com/docs/connect/identity-verification-api