#Edp-Checkout
1 messages · Page 1 of 1 (latest)
Hi there, the doc that you sent is about Stripe accounts
How is it related to your customer?
That was replying to the other guys question
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
OK, are you talking about the customer billing portal? https://stripe.com/docs/billing/subscriptions/integrating-customer-portal
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 ?
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
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.
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
Stripe doesn't provide a login mechanism for customers, you need to build one if needed.