Appearance
!--methodPOST--!/withdraw ā
Withdraw a previously submitted application.
Broker APIPersonal LoanAuto Loan
WARNING
Note: The application needs to satisfy below conditions in order to be withdrawn:
- The application is submitted by you
- Its status has to be one of
new,revisedordocumentation_requested
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
| Request | application/json |
| Response | application/json |
š¦ Request Body ā
application_number RequiredThe
numberapplication_number of the applicationreason RequiredWhy the application is being withdrawn
'Customer not happy with rate' | 'Too much documentation' | 'Went with another lender' | 'No longer required' | 'No contact from customer'ā¹ļø Examples ā
Request
json
{
"application_number": 1141181,
"reason": "Too much documentation"
}Response
json
{
"success": true
}json
{
"message": "The application cannot be withdrawn."
}json
{
"message": "Unauthenticated."
}