#jaehyuk5
1 messages · Page 1 of 1 (latest)
Yes, and btw you should look at this Doc instead https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
thanks.
is there any method to register new user's ID to stripe in our service? like onboarding?
- User comes in our service. and registered.
- user finds goods on our site
- purchase -> need to register on stripe ID
- onboarding on external link to stripe -> add their stripe account information to our backend server.
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
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?
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
yes. that's what we needed.
can you send me the requred documents for that scenario?
It's only this part: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#handling-existing-customers