Webhook implementation for the retail app
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
# watch mode
$ npm run start:dev
##Running the app in prod mode
npm start
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.