#ziobru6-sub-integration
1 messages · Page 1 of 1 (latest)
Hey. You will need some server/backend component to facilitate API requests to Stripe. This entire flow is outlined here: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Let me know if you have any specific Qs
at the moment I've found a vue component that integrate stripe elements but not sure if it will require server integration. I will take a look at the link you've suggested
You will need a server component to create the subscription at the very least
That can't be done client-side with Stripe.js
ok
this isn't specified into the documentation of the vue component I've found on github https://github.com/ectoflow/vue-stripe-js
it will be nice in future to have something that will be a full client side implementation. I will read the docs and create my cloud function to get my subscription system working correctly
Just another question. To be able to integrate stripe, I've created an account that is in test mode. will I be able to test my implementation using it or I need a full functional account?
That's a third-party library. We don't maintain that
Nope, you can build and test entirely in the test mode account. Then when you're read to go live have your account verified
ok, thank you. We have a business account that will be the one that will be used in production and the account I've created that I'm using only for develop the app
Then you'll just need to switch your API keys, and be wary of any hardcoded object IDs
ok
is also possible to use REST API to get informations about subscriptions status from stripe? I see in dashboard that there is a log with some endpoint logged but not sure about them
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.