#egolmeril_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255899706685395046
đ Have more to share? Add details, code, screenshots, videos, etc. below.
If you use invoicing, the customer portal allows customers to view past invoices: https://docs.stripe.com/customer-management
Otherwise, you'd need to build a ui yourself to display their past purchases to them
Are they only able to view invoices?
That is, we're looking for a way for our app to connect with Stripe so the app knows the user has a valid subscription. Is there a way to do that?
Say the user purchases a subscription via Stripe, then opens the app... how can the app verify the user has a valid subscription?
Yeah you'd need to make a call from your app to your server. Then your server will return to the app info about the subscription
By either querying your database or the stripe api
What does the user need to enter? Like, how does the app say 'does THIS user have a valid subscription?'?
I'd assume you have some sort of login system in your app, no?
Where you manage credentials
Then you can query your backend for active subscription info
We don't currently have a login system (it's currently based on Apple ID). What we're planning is for the user to open the app, enter Stripe login credentials, then the app communicates with Stipe to verify whether that user has a valid subscription
enter Stripe login credentials
What stripe credentials?
Customers don't have credentials
Unless they're stripe account holders
Credential management is up to you
Ok, so Stripe doesn't have any kind of account management, correct? Any account/credential management would be 100% on us, and Stripe would just be there for the payment processing portion?
correct
Ok, thank you. Do you know of any third parties that offer account management? We'd love to use Stripe for the payment portion but not develop the account management portion ourselves
We did, and the Stripe sales rep indicated that wouldn't be an issue.
But this is helpful--I really appreciate your time.
No problem