To fetch a full list of applications, make an API call to the list-applications endpoint.
If you're only looking for applications under a certain status, you will need to pass the correct status number will your API call.
Application Status Codes
{"0" = pending at partner side,"1" = sent to underwriting,"2" = underwriting started,"3" = need more information,"4" = approved by admin,"5" = rejected by admin,"6" = rejected by partner,"7" = started, not finished,"8" = security deposit pending,"9" = card issued}
To display the status of an application to your end users, you will need to pass the applicationid as a parameter with your API call
If partner want to update the status of any application pending at their side. There are only two options available for the partner i.e. either partner can reject the application or can send the same to admin for underwriting. Partner need to pass the Boolean value in the key in the body of the API request.
After viewing all listed applications, you are able to complete any unfinished ones and submit them for underwriting
Partner can send a resume application email to the end user to pay the application fee and to validate the banking details. Just the application ID is supposed to be passed in the body of the request and user will receive the email to resume the application.
Updating an application
More commonly there will instances where the end user submits an application with a small error. Instead of making them complete a new application, you can simply correct the error for them using this API