#arthuro__99
1 messages · Page 1 of 1 (latest)
You'll need to build something custom for this
You can use invoice items for the one time items: https://stripe.com/docs/api/invoiceitems
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Alright. Thanks. Will look into this. Will it be necessary to keep the users subscriptions in my backend or can I rely on the stripe API and just have the user ID and show the users their subscriptions based on that, or what best practises do you suggest?
Generally we recommend you store as much as possible on your end just to reduce the number of api calls you have to make
But ultimately up to you on what you store
I see. Thank you.