#Jane_Zhong
1 messages · Page 1 of 1 (latest)
Hi there!
Hi Soma
Are you using Stripe Connect and your users have Stripe accounts?
I am not really sure about it . The only thing I did is ,when the user buy things from the app ,I save their customer ID using ' customer = await stripe.customers.create({
name: userId,
// customer: customer.id,
});'
Is it means that the user already set up their Stripe account ?
No, I mean a real Stripe account with a login/password to access the Stripe dashboard.
The only way to send money to users using Stripe is to use Stripe Connect and that every use has a Stripe account.
I recommend reading this doc that covers all of this: https://stripe.com/docs/connect/collect-then-transfer-guide
That means ,I can't send the payment to their debit card by using stripe ?
If the user dosen't have Stripe account ,right ?
Correct.
I see ... Thank you so much ! I will need to take a look how can I solve this problem ... Do you have any suggestion for it ? Because ,maybe it is not easy to let users create a Stripe account ..
Yes using Connect can be a tricky integration. But there's no other options. So I strongly recommend reading the link I shared above that outlines how it works.
Ok, I am reading it ... Thank you so much !Have a nice day !
Happy to help. Let us know if you have specific questions!