Webhooks

In this guide, we will look at how to register and consume webhooks to integrate your app with MeSomb. With webhooks, your app can know when something happens in MeSomb, such as when transaction status changed.

One way to exchange information between your system and MeSomb is to use a webhook. The principle is very simple: your system will be notified through an HTTP request each time a payment is done on MeSomb. If you want to use this type of integration this is how you can register your webhook on MeSomb.

The principle is very simple, you set up a valid URL in MeSomb where some data will be sent through an HTTP POST request each time a payment transaction is completed on MeSomb.

Registering webhooks

To register a new webhook, you need to have a URL in your app that MeSomb can call. You can configure a new webhook from the MeSomb dashboard under your application.

Now, whenever something of interest happens in your app, a webhook is fired off by MeSomb. In the next section, we'll look at how to consume webhooks.

Event types