How to configure Memberstack payment processing outside the Webflow ecosystem? Answered

Post author
Raghav Tripathi

Hi to all, I have one specific question for memberstack use case that is it possible to use it as a payment and user account handle outside of the webflow. As I have a django app https://dyzo.ai/ and I want to use memberstack here to handle all the payment and membership regarding stuff. So can some please help me and guide me how can i achieve this?

We are using react as a frontend so is it possible to take advantage and coordinate between backend of django and frontend react?

Comments

1 comment

  • Comment author
    Raquel Lopez

    Yes, Memberstack has a JavaScript library that you can insert in any frontend that you want.
    You can explore the documentation here http://developers.memberstack.com

    You can use the DOM library with React, Vue or any other front end JS library. Memberstack had a react library in the docs but seems they are deprecating it. It’s basically built on top of the dom library. Just hooks and providers.
     
    Since you’re using Django, you can also use the admin API (the REST API), to handle some functionality in the backend.
    1

Please sign in to leave a comment.