#Edp-Checkout

1 messages · Page 1 of 1 (latest)

woeful fern
#

Hi there, the doc that you sent is about Stripe accounts

#

How is it related to your customer?

green hull
#

That was replying to the other guys question

#

my issue is related to this ^ I do not see how I can create a user registration + login + sign out system

#

I am trying to implement a customer portal

woeful fern
green hull
#

Yes but where I am confused is that this assumes that a customer is already logged in / customer id is provided

#

I want to know how I can create the login system for customers

#

so that they can then access the portal for their account

#

I understand customers are created on checkout but i wish to create a customer ID with its own password before the checkout

#

Thanks for the help though I couldn't find that portal doc

#

or is OAUTH the only way to do this ?

woeful fern
#

It's entirely up to you

#

The customer billing portal doesn't require login.

green hull
#

I do not understand why though how does it know who the customer is ?

#

And say the customer accessed the site through a different device how would they be able to retrieve their account this is where i am confused

woeful fern
#

Please read the doc that I sent to you. You need to create a customer billing portal session and pass the URL to your customer.

green hull
#

Are there any resources for login systems

#

because i do not want a billing portal session that expires

#

i want users to be able to log in to then acces their billing portal

woeful fern
#

Stripe doesn't provide a login mechanism for customers, you need to build one if needed.

green hull
#

ok i think i understand

#

so i build the login system and create the customer id with the login system?