#fatima_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1377285678932557895
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ the Customer Portal is the only prebuilt solution offer that is coming to mind which would allow you to do that.
https://docs.stripe.com/customer-management
You will definitely need to create a Customer object before a new customer is able to use this feature, but I don't think they need to have an active Subscription.
Just confirmed the customer doesn't need to have a Subscription to be able to access a link you generate to the Customer Portal for them.
One question though, when you say app, are you referring to create a mobile application or a web application?
web application
Perfect! (Just wanted to make sure I shouldn't be offering mobile-centric solutions)
ok so i'd have to look through this then to get it setup? https://docs.stripe.com/api/customer_portal/configurations
would there be React components to use for the customer portal? we currently use the react-stripe-js package to capture a customer's CC info
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Our guide for integrating this with our API is linked from the doc I shared previously, and can be found here:
<https://docs.stripe.com/customer-management/integrate-customer-portal?
No, we do not provide the Customer Portal as a React component. It's only offered as a hosted solution that you would redirect your customers to, away from your app.
But it's not the first time I've heard that ask, and will file feedback for our product team to consider building that support in the future.
and just to confirm, besides the customer portal, there is no other programatic way to generate a link for customers?
Not for managing payment methods, no.
ok thank you
Any time!