Add payments feature in your application using Node.js/Express and Stripe

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • Appwrite - The open-source backend cloud platform
  • Sonar - Write Clean JavaScript Code. Always.
  • Revelo Payroll - Free Global Payroll designed for tech teams
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • dotenv

    Loads environment variables from .env for nodejs projects.

    dotenv will be required to load environment variables from a .env file into process.env. We use .env to store sensitive information outside of our codebase.

  • Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

    nodemon will be required to monitor for any changes in our source code and automatically restart our server.

  • Appwrite

    Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!

  • brushup-with-nishimwe

    A public repo that will contain blogging material for my technical writing initiative

    In this tutorial, we have learned how you can add a payment collection feature to your application using the Stripe Charges API. We created a Node.js server and used the Stripe Charges API to create a payment gateway. We also learned how to test our payment gateway using Postman. Of course this a simple implementation, but you can extend it to create more robust payment system that would also take care of things like error handling and avoiding duplicate charges if a user accidentally tries to process the charge twice in a row. You can find the source code for this tutorial on this GitHub repo Thank you for reading! I hope you found this tutorial helpful. If you have any questions or comments, please feel free to reach out to me on LinkedIn. I would love to connect with you. See you next week!!

  • Stripe

    PHP library for the Stripe API.

    Stripe is a complete payments platform that offer a developer-friendly way to accept payments online and in mobile apps. To learn more about Stripe, visit their website here.

  • Express

    Fast, unopinionated, minimalist web framework for node.

    Express is a Node.js web application framework that provides a robust set of features for web and mobile applications.

  • Sonar

    Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts