#MedusaJS with Stripe Payments Integration Plugin

6 messages · Page 1 of 1 (latest)

crisp mesa
#

Hello all,

Given below is my requirement for making a frontend plugin using stripe:

**MedusaJS with Stripe Payments Integration Plugin

  • Simple payment
  • Subscription management**

I referred to the docs and looked at various resources to make a custom frontend plugin with stripe payment and subscription management. But unfortunately, I didn't find a way to create a frontend plugin. All I found were the ways to develop the services such as payment processing, API routes, etc

Can someone guide me in creating the frontend plugin?

Thanks!!!

#1023889804544458752

crisp mesa
#

I had a deeper look at the documentation and mostly it says about how you can add code to create a subscriber, add an API route... mostly the backend stuff.

#

I also tried adding the frontend code using the components folder(like we normally do in the react). And when I try to install and run the project, am getting cross-env error. Not sure, whether I am doing it correct or not

strange pulsar
#

there's a stripe plugin that exists already

crisp mesa
#

Yeah, I had checked that out already. Actually, my use case is different here, I require a custom frontend plugin, which does the payment and subscription management. The stripe plugin, here mentioned in the docs, uses medusa-express(https://github.com/medusajs/medusa-express-nextjs), which internally uses the stripe plugin for the backend part and NextJS/ custom React for building the storefront(UI)