# Webhook

Webhook allows us to receive event/notification from each payment providers (Apple app store and Google play store).

TIP

When setting up webhook URL, make sure the API is running with SSL since it is the basic requirement. Letsencypt offers free SSL certificate which you can install in your server.

We used a Laravel PHP library to manage our client side webhook, this will help us to make the webhook processed in queue and monitor webhook payload.

Spatie Client Webhook

Last Updated: 10/19/2019, 11:37:31 PM