Skip to content

Serverless APIs for RazorPay Integration using Serverless Framework

License

Notifications You must be signed in to change notification settings

imdurgadas/serverless-payment-razorpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless API for RazorPay Integration using Serverless Framework

RazorPay

Environment Variables

  • RAZORPAY_API_KEY : RazorPay Client Id
  • RAZORPAY_API_SECRET: RazorPay Client Secret
  • REDIRECT_URL: Frontend Redirection URL on Payment Verification.

You can replace the values in the serverless.yml file. In our example, we are referencing AWS Secrets Manager.

Deploy to Cloud

sls deploy

Test Locally

sls offline start