Skip to content

beckn/integration-webhook

Repository files navigation

integration-webhook

Webhook implementation for the retail app

Installation

Copy all keys from .env.example and paste into .env and update the correct values for BPP_ID, BPP_URI, BPP_CLIENT_URI, and PORT for those keys
npm install

Running the app in dev mode

# watch mode
$ npm run start:dev

##Running the app in prod mode

npm start

Make webhook server public

Make the webhook Network server publicly accessible by using tools like localtunnel, ngrok, loophole. This public url will be used in config/default.yml's webhook url.

About

webhook implementation for the beckn sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published