Getting the stage (status) of the application
Receiving the current stage of the loaded application
method: POST
url: https://test.ninjalender.online/loan/get-stage
Headers:
header_key
content
Content-Type:
application/json;
Authorization
Bearer {{Token}}
Where {{Token}} - token obtained during authorization
Request body:
Key
Type
Required
Description
params
JSON.object
+
Request parameters
Params:
Key
Type
Required
Description
id
numeric
+
id of application
Response:
Key
Type
Description
code
int
Response code
message
string
Response message
data
JSON.object
Response data
data:
Key
Type
Description
id
int
Application id
stage
string
Application stage
confirm_link
string
Optional parameter. If the application is at the "Awaiting confirmation by the borrower" stage, there will be a link to redirect the borrower in his personal account on the Ninja Lender platform
Stage description:
Awaiting confirmation by the borrower
Application in progress of distribution
The application did not interest any of the buyers and withdraw from system.
ЗApplication sold
The application has been sold, and information on issuance has been received on it (from the buyer)
The borrower refused the application
The borrower did not confirm the application within a week
Request example:
Response example:
Success:
Error:
Error list:
Ключ
Сообщение
-96
invalid key
-97
invalid token
-98
expired token
-99
system error
-100
access denied
-1020401
Params is required
-1020402
Id is blank
-1020403
Loan not found
Last updated