GET - Retrieve Deal by ID
Retrieve the deal related information using the deal id.
Retrieve a Deal
Method: GET
Endpoint: /deal/{dealid}
Headers:
Content-Type
application/json
Authorization
Bearer <API TOKEN>
loanType
New Renewal Add On Refinance
status
Application Received In Progress Additional Info Required Approved Contracts Sent Pending Settlement Settled Withdrawn Declined
subStatus(In Progress)
Under Review Scrubbing Scrubbing Complete Submitted to Credit
subStatus(Application Received)
Banks In
subStatus(Additional Info Required)
Pending info - with customer Pending info - with ISO
subStatus(Approved)
Pending Stips Pending Presentation Offer Made With ISO
subStatus(Contracts Sent)
Sent by SS Sent by DS DS Contract Viewed No Response
subStatus(Pending Settlement)
Contract Signed Pre-Final review Final Review Final Review - Pending Info Pending Funding Call Funding Call Complete Funding Waiting Approval
subStatus(Settled)
Performing Not performing Defaulted
subStatus(Withdrawn)
Term too short Cost No longer Required Loan Amount Too Low Got another loan facility Not Ready No reason provided
subStatus(Declined)
Time in business too short Revenue too low Serviceability Credit History Bank statement conduct ATO debt Other debts Not a business High risk industry Prohibited industry Insufficient Documentation Integrity of applicants Has competitor loan
callClientOrBroker
Call Client Call Broker
Example Request (JavaScript - Fetch):
Example Request (cURL):
Response
Last updated