# Notifications

In case of a change in the status of the application, when moving to some stages, it is possible to receive automatic notifications

Stages at which notifications occur

* The borrower refused the application
* Application sold
* The application was withdrawn due to the fact that it did not interest any buyer.

There are two types of notifications: email and callback

{% tabs %}
{% tab title="Email" %}
If one of the above stages is reached, an email will be sent to the specified mailbox.
{% endtab %}

{% tab title="Callback\`s " %}
If one of the above stages is reached, a callback will be sent to the provided url.

Example of callback

```
{
    "id" :  12, 
    "action" : 2
}
```

Where

* id - id of application
* action - The identifier of the stage of the application that the callback notifies

Actions:

* 3 - The application was not sold and was removed from the system as it is not of interest to buyers
* 4 - Application sold
* 6 - The borrower refused the application
* 7 - The borrower did not confirm the application within the allotted time (week)
  {% endtab %}
  {% endtabs %}

Notification types can be enabled independently. To work with this or that type of notification, please contact us.
