https://github.com/rishav394/razorpay-backend
My razorpay API implementation in Node JS. Find frontend here https://github.com/rishav394/Razorpay-frontend
https://github.com/rishav394/razorpay-backend
nodejs razorpay razorpay-api typescript
Last synced: 3 months ago
JSON representation
My razorpay API implementation in Node JS. Find frontend here https://github.com/rishav394/Razorpay-frontend
- Host: GitHub
- URL: https://github.com/rishav394/razorpay-backend
- Owner: rishav394
- Created: 2020-08-12T12:47:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T13:39:00.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T13:08:29.878Z (over 1 year ago)
- Topics: nodejs, razorpay, razorpay-api, typescript
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APIs available
* `/order` POST `{amount: number}`
* `/capture/:paymentId` POST `PaymentResponse` *Refer to the type in types/index.ts*