#Jane_Zhong

1 messages · Page 1 of 1 (latest)

vagrant runeBOT
timid dirge
#

Hi there!

subtle stratus
#

Hi Soma

timid dirge
#

Are you using Stripe Connect and your users have Stripe accounts?

subtle stratus
#

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 ?

timid dirge
#

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.

subtle stratus
#

That means ,I can't send the payment to their debit card by using stripe ?

#

If the user dosen't have Stripe account ,right ?

timid dirge
#

Correct.

subtle stratus
#

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 ..

timid dirge
#

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.

subtle stratus
#

Ok, I am reading it ... Thank you so much !Have a nice day !

timid dirge
#

Happy to help. Let us know if you have specific questions!

vagrant runeBOT