Skip to content

API to make payments, easily integrated with any application

Notifications You must be signed in to change notification settings

SiddhantPawar03/payment-gateway-api

Repository files navigation

Payment Gateway API

Aim:

API to make payments, easily integrate with any application

Features

  • Implement Razorpay API with any front-end framework.
  • Copy of data is stored locally on database.
  • Project can be scaled upon storing data in database.
  • Computation can be done using RDBMS
  • Generated Question Paper can be saved in the database & viewed by the respective authors.

Guildelines

  • Before starting make sure you have Postgres SQL or any RDBMS database installed locally.
  • The payload should be as expected as given below.
{
    "amount": 200,
    "contact": "1234567890",
    "name": "ABC",
    "email": "[email protected]"
}
  • Install all dependancies using
npm i
  • Follow Postgres SQL installation guildelines

About

API to make payments, easily integrated with any application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published