Ninja Lender v2 - API (EN)
  • General description
  • Application Life Cycle
  • Sale of applications
  • Purchase of applications
  • Authorization
  • Seller
    • Getting the list of templates
    • Getting template
    • Getting Handbook "Loan Purpose"
    • Getting Handbook "refuse reason"
    • Application upload
    • Getting the stage (status) of the application
    • Notifications
  • Buyer
    • Issue Registration
Powered by GitBook
On this page

Was this helpful?

  1. Seller

Notifications

Notifications sent by the system in case of a change in the status of the application

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

If one of the above stages is reached, an email will be sent to the specified mailbox.

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)

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

PreviousGetting the stage (status) of the applicationNextIssue Registration

Last updated 3 years ago

Was this helpful?