To receive notifications on transactions that the guest might do after checking in on PouchNation app, you can activate webhooks for the types you need.
- Select your app on PouchConnect dashboard
- In Webhooks, select Create Webhook.
- Fill the necessary information for your webhook:
- Give a name to the webhook
- Input the url that should be used to send the notification
- Set the status to Active
- Select which events you wish to receive
- Configure your username and password if you want the request to be made with Basic Authentication
- Save changes
Check Transaction Webhook for more information on the data that is sent on each request.