#jaehyuk5

1 messages · Page 1 of 1 (latest)

little pathBOT
rotund forge
agile vapor
#

thanks.

#

is there any method to register new user's ID to stripe in our service? like onboarding?

#
  1. User comes in our service. and registered.
  2. user finds goods on our site
  3. purchase -> need to register on stripe ID
  4. onboarding on external link to stripe -> add their stripe account information to our backend server.
rotund forge
#

You may be mixed up. If your "user" (customer) only to purchase goods on your site, then they only need to be a Customer, not having any Stripe Account

agile vapor
#

I know stipe checkout does not require to be logged in to purchase (checkout module) but in that case. We can't update their card / shipping information.

#

is there another method?

rotund forge
#

It's up to you to implement authentication and users system

#

For example you can make a system that only after login, you create a Customer then provide them a Checkout Session to pay, with that Customer Id

agile vapor
#

yes. that's what we needed.

#

can you send me the requred documents for that scenario?

rotund forge