Single comment thread
See full discussion

You don't need PHP. You can use JS as well. There are a number of languages supported.

And there isn't really a way to do recurring subscriptions without coding. You have to take in CC info on the frontend, send a request to Stripe's servers, receive a token back and then send that token to your backend to create the subscription.

nice one - thanks for the info. I think I can't use netlify then if I need to do that.

You should be able to. The frontend bit is just a JS file you include then write all of the token stuff and it runs on the frontend, then the token can be passed back through an API call just like any other API call done on the frontend.

stripe.com/docs/stripe-js/ele…

^ Stripe's quickstart of v3 (latest) of the front end bits.

Great!

Yeah! If you have any trouble or have questions, hit me up. :) I've done this quite a few times and love monetization.

Do use them. And have a backend somewhere else to store the related stuff to whatever processing you need to.

Home
Search
Messages
Notifications
More