{"info":{"_postman_id":"adb04b75-6435-4c69-b505-5014e85d4b33","name":"Referrer Loan Application API","description":"<html><head></head><body><p><strong>Welcome to Max Funding API!</strong>\nThe Max Funding API is a RESTFUL API with predictable, resource-oriented URLs, using semantic HTTP response codes to indicate API errors. JSON is returned by all APIs. All API requests must be made over HTTPS.</p>\n<h1 id=\"data-schema\">Data Schema</h1>\n<p>There are 2 types of application API, <strong>full application</strong> and <strong>partial application</strong>. The payload requirement is different. Either case, it should contain a JSON object with the following:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Elements</th>\n<th>Data Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Partner ID</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifer of partners.</td>\n</tr>\n<tr>\n<td>Applicant</td>\n<td>Array</td>\n<td>Yes</td>\n<td>An array of applicant objects. Refer to applicant schema. Note: Only 1 applicant is currently supported.</td>\n</tr>\n<tr>\n<td>Vehicles</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of vehicle objects. Refer to vehicle schema. Note: Up to 6 vehicles are supported if more than 6 vehicles provided, only the first 6 would be considered.</td>\n</tr>\n<tr>\n<td>Properties</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of properties objects. Refer to properties schema. Note: Up to 6 properties are supported if more than 6 properties provided, only the first 6 would be considered.</td>\n</tr>\n<tr>\n<td>Business</td>\n<td>Object</td>\n<td>Full - Yes <br>  Part - Optional</td>\n<td>Refer to business schema.</td>\n</tr>\n<tr>\n<td>General</td>\n<td>Object</td>\n<td>Full - Yes <br>  Part - Optional</td>\n<td>Refer to business schema.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"applicant-object\">Applicant Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Data Type</th>\n<th>Full - Required</th>\n<th>Part - Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FirstName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>First name of applicant; as shown on driver licence.</td>\n</tr>\n<tr>\n<td>SurName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Surname of applicant; as shown on driver licence.</td>\n</tr>\n<tr>\n<td>Mobile</td>\n<td>String</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Mobile must have 10 digits</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>String</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Email must have valid syntax</td>\n</tr>\n<tr>\n<td>DateBirth</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Date of birth in format DD/MM/YYYY</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Data restricted to Select Field Options</td>\n</tr>\n<tr>\n<td>Citizenship</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Data restricted to Select Field Options</td>\n</tr>\n<tr>\n<td>StreetNum</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Street number</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Street name</td>\n</tr>\n<tr>\n<td>Suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Suburb name</td>\n</tr>\n<tr>\n<td>PostCode</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Postcode</td>\n</tr>\n<tr>\n<td>State</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Data restricted to Select Field Options</td>\n</tr>\n<tr>\n<td>credit_history</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Credit history of applicant. Data restricted to Select Field Options</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"example\">Example:</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  {\n      \"FirstName\": \"David\",\n      \"SurName\": \"Smith\",\n      \"DateBirth\": \"01/03/1970\",\n      \"Title\": \"Mr\",\n      \"Mobile\": \"0468655055\",\n      \"Email\": \"david123@gmail.com\",\n      \"Citizenship\": \"Australian\",\n      \"StreetNum\": \"31\",\n      \"Street\": \"Bright Ave.\",\n      \"Suburb\": \"Sydney\",\n      \"PostCode\": \"2000\",\n      \"State\": \"NSW\",\n      \"credit_history\": \"Clean (no default)\"\n    }\n</code></pre><h4 id=\"vehicles-object\">Vehicles Object</h4>\n<p>Vehicle is optional.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Data Type</th>\n<th>Full - Required</th>\n<th>Part - Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VehicleValue</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Estimate vehicle trade-in value</td>\n</tr>\n<tr>\n<td>Brand</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Brand and make of the vehicle</td>\n</tr>\n<tr>\n<td>VehicleYear</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Year vehicle was manufactured.</td>\n</tr>\n<tr>\n<td>Finance</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Vehicle is under financed. String must be \"Yes\" or \"No\".</td>\n</tr>\n<tr>\n<td>Owner</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Refer to Select Fields Options.</td>\n</tr>\n<tr>\n<td>Insurance</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Vehicle is under financed. String must be \"Yes\" or \"No\".</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"example-1\">Example:</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   \n    {\n      \"VehicleValue\": 25000,\n      \"Brand\": \"Toyota Camry\",\n      \"VehicleYear\": 2018,\n      \"Finance\": \"Yes\",\n      \"Owner\": \"Fully Own By 1st Applicant\",\n      \"Insurance\": \"Yes\"\n    },\n</code></pre><h4 id=\"property-object\">Property Object</h4>\n<p>Property is optional.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Data Type</th>\n<th>Full - Required</th>\n<th>Part - Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Full address of the property. E.g. 12/90 Greenland Ave., Belfield NSW 2012</td>\n</tr>\n<tr>\n<td>Owner</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Data restricted to Select Field Options</td>\n</tr>\n<tr>\n<td>PropertyValue</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Estimate property value</td>\n</tr>\n<tr>\n<td>MortgageOwing</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Total mortgage owing against the property</td>\n</tr>\n<tr>\n<td>MortgageLender</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>The name of the mortgageee. If more than one, the main mortgagee.</td>\n</tr>\n<tr>\n<td>PropertyType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Data restricted to Select Field Options</td>\n</tr>\n<tr>\n<td>Bedroom</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Number of bedrooms, whole number only.</td>\n</tr>\n<tr>\n<td>Bathroom</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Number of bathroom, whole number only.</td>\n</tr>\n<tr>\n<td>LandSize</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Land size in m2.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"example-2\">Example:</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n      \"Address\": \"12/90 Greenland Ave., Belfield NSW 2012\",\n      \"Owner\": \"Fully Own By 1st Applicant\",\n      \"PropertyValue\": 500000,\n      \"MortgageOwing\": 300000,\n      \"MortgageLender\": \"St George\",\n      \"PropertyType\": \"Residential\",\n      \"Bedroom\": 4,\n      \"Bathroom\": 2,\n      \"LandSize\": 400\n    }\n</code></pre><h4 id=\"business-object\">Business Object</h4>\n<p>This object is required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Data Type</th>\n<th>Full - Required</th>\n<th>Part - Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BusinessStage</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Data restricted to Select Field Options</td>\n</tr>\n<tr>\n<td>Nature</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Data restricted to Select Field Options</td>\n</tr>\n<tr>\n<td>ABN</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Restricted to 10 digits</td>\n</tr>\n<tr>\n<td>tradingname</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Trading name of the business</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Full address of the business premises. e.g. 12/90 Greenland Ave., Belfield NSW 2012</td>\n</tr>\n<tr>\n<td>Website</td>\n<td>String</td>\n<td>Optional</td>\n<td>Optional</td>\n<td>Full website address</td>\n</tr>\n<tr>\n<td>SalesMonthly</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Average monthly sales for the last 3 months</td>\n</tr>\n<tr>\n<td>RepayLoanBy</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Method to repay the loan by. Data restricted to Select Field Options</td>\n</tr>\n<tr>\n<td>MaxRepayMonthly</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Maximum comfortable monthly repayment available for this loan.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"example-3\">Example:</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"BusinessStage\": 1,\n    \"Nature\": \"Construction &amp; Trades\",\n    \"ABN\": 2122222222,\n    \"tradingname\": \"David's Handyman\",\n    \"Address\": \"12/90 Greenland Ave., Belfield NSW 2012\",\n    \"Website\": \"www.davidhandyman.com.au\",\n    \"SalesMonthly\": 150000,\n    \"RepayLoanBy\": \"Business Income\",\n    \"MaxRepayMonthly\": 30000\n  }\n\n</code></pre><h4 id=\"general-object\">General Object</h4>\n<p>This object is required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Data Type</th>\n<th>Full - Required</th>\n<th>Part - Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DesiredAmount</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Desired loan amount</td>\n</tr>\n<tr>\n<td>loanpurposereason</td>\n<td>String</td>\n<td>Yes</td>\n<td>Optional</td>\n<td>Data restricted to Select Field Options</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication</h1>\n<p>Parter ID is required to use this API. Please contact our BDM if you are unsure about your ID.</p>\n<h1 id=\"error-handling\">Error Handling</h1>\n<p>Service validation errors response include:</p>\n<h6 id=\"invalid-partner-id\">Invalid Partner ID:</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"TrackID\": \"81916438659\",\n    \"Error\": \"{\\\"Message\\\":\\\"Wrong Partner ID provided\\\",\\\"Error\\\":\\\"Please try again with a correct ID.\\\"}\",\n    \"err\": {\n        \"Message\": \"Wrong Partner ID provided\",\n        \"Error\": \"Please try again with a correct ID.\"\n    }\n}\n</code></pre><h6 id=\"data-mismatch-with-schema\">Data mismatch with schema:</h6>\n<p>In the event that payload mismatches with the data schema, <code>200 OK</code> response will be returned, along with the error a message indicating the invalid fields. Example as shown below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"TrackID\": \"7424063527\",\n    \"Error\": \"[{\\\"name\\\":\\\"ValidationError\\\",\\\"value\\\":{\\\"FirstName\\\":\\\"Michael\\\",\\\"SurName\\\":\\\"Pence\\\",\\\"DateBirth\\\":\\\"01/03/190\\\",\\\"Title\\\":\\\"Mr\\\",\\\"Mobile\\\":\\\"0468655055\\\",\\\"Email\\\":\\\"michael123@gmail.com\\\",\\\"Citizenship\\\":\\\"Australian\\\",\\\"StreetNum\\\":\\\"31\\\",\\\"Street\\\":\\\"Bright Ave.\\\",\\\"Suburb\\\":\\\"Sydney\\\",\\\"PostCode\\\":\\\"2000\\\",\\\"State\\\":\\\"NSW\\\",\\\"credit_history\\\":\\\"Clean (no default)\\\"},\\\"errors\\\":[\\\"Format: DD/MM/YYYY. Eg. 01/01/1960\\\"],\\\"inner\\\":[{\\\"name\\\":\\\"ValidationError\\\",\\\"value\\\":\\\"01/03/190\\\",\\\"path\\\":\\\"DateBirth\\\",\\\"type\\\":\\\"matches\\\",\\\"errors\\\":[\\\"Format: DD/MM/YYYY. Eg. 01/01/1960\\\"],\\\"inner\\\":[],\\\"message\\\":\\\"Format: DD/MM/YYYY. Eg. 01/01/1960\\\",\\\"params\\\":{\\\"path\\\":\\\"DateBirth\\\",\\\"value\\\":\\\"01/03/190\\\",\\\"originalValue\\\":\\\"01/03/190\\\",\\\"regex\\\":{}}}],\\\"message\\\":\\\"Format: DD/MM/YYYY. Eg. 01/01/1960\\\"}]\",\n    \"err\": [\n        {\n            \"name\": \"ValidationError\",\n            \"value\": {\n                \"FirstName\": \"Michael\",\n                \"SurName\": \"Pence\",\n                \"DateBirth\": \"01/03/190\",\n                \"Title\": \"Mr\",\n                \"Mobile\": \"0468655055\",\n                \"Email\": \"michael123@gmail.com\",\n                \"Citizenship\": \"Australian\",\n                \"StreetNum\": \"31\",\n                \"Street\": \"Bright Ave.\",\n                \"Suburb\": \"Sydney\",\n                \"PostCode\": \"2000\",\n                \"State\": \"NSW\",\n                \"credit_history\": \"Clean (no default)\"\n            },\n            \"errors\": [\n                \"Format: DD/MM/YYYY. Eg. 01/01/1960\"\n            ],\n            \"inner\": [\n                {\n                    \"name\": \"ValidationError\",\n                    \"value\": \"01/03/190\",\n                    \"path\": \"DateBirth\",\n                    \"type\": \"matches\",\n                    \"errors\": [\n                        \"Format: DD/MM/YYYY. Eg. 01/01/1960\"\n                    ],\n                    \"inner\": [],\n                    \"message\": \"Format: DD/MM/YYYY. Eg. 01/01/1960\",\n                    \"params\": {\n                        \"path\": \"DateBirth\",\n                        \"value\": \"01/03/190\",\n                        \"originalValue\": \"01/03/190\",\n                        \"regex\": {}\n                    }\n                }\n            ],\n            \"message\": \"Format: DD/MM/YYYY. Eg. 01/01/1960\"\n        }\n    ]\n}\n</code></pre><h1 id=\"rate-limit\">Rate limit</h1>\n<p>Maximum 1 post per second.</p>\n<h1 id=\"feedback\">Feedback</h1>\n<p>Referrer API was set up to make it easier for our partners to refer us to loan applications. If you would like more features or have found a bug, please feel email <a href=\"mailto:partner@maxfunding.com.au\">partner@maxfunding.com.au</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Data Schema","slug":"data-schema"},{"content":"Authentication","slug":"authentication"},{"content":"Error Handling","slug":"error-handling"},{"content":"Rate limit","slug":"rate-limit"},{"content":"Feedback","slug":"feedback"}],"owner":"13255462","collectionId":"adb04b75-6435-4c69-b505-5014e85d4b33","publishedId":"TVYGcdnf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1E75BC"},"publishDate":"2020-12-02T03:34:53.000Z"},"item":[{"name":"Submit Loan Application","id":"29dd109e-2a11-4db9-9ceb-e7717d16ec0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"PartnerID\": \"mf\",\r\n  \"applicant\": [\r\n    {\r\n      \"FirstName\": \"Test\",\r\n      \"SurName\": \"Test\",\r\n      \"DateBirth\": \"01/03/1970\",\r\n      \"Title\": \"Mr\",\r\n      \"Mobile\": \"0400000000\",\r\n      \"Email\": \"test@gmail.com\",\r\n      \"Citizenship\": \"Australian\",\r\n      \"StreetNum\": \"31\",\r\n      \"Street\": \"Bright Ave.\",\r\n      \"Suburb\": \"Sydney\",\r\n      \"PostCode\": \"2000\",\r\n      \"State\": \"NSW\",\r\n      \"credit_history\": \"Clean (no default)\"\r\n    }\r\n  ],\r\n  \"vehicles\": [\r\n    {\r\n      \"VehicleValue\": 35000,\r\n      \"Brand\": \"Toyota Camry\",\r\n      \"VehicleYear\": \"2018\",\r\n      \"Finance\": \"Yes\",\r\n      \"Owner\": \"Fully Own By 1st Applicant\",\r\n      \"Insurance\": \"Yes\"\r\n    },\r\n    {\r\n      \"VehicleValue\": 35000,\r\n      \"Brand\": \"Ford Ranger\",\r\n      \"VehicleYear\": \"2015\",\r\n      \"Finance\": \"No\",\r\n      \"Owner\": \"Fully Own By 1st Applicant\",\r\n      \"Insurance\": \"Yes\"\r\n    }\r\n  ],\r\n  \"properties\": [\r\n    {\r\n      \"Address\": \"12/90 Greenland Ave., Belfield NSW 2012\",\r\n      \"Owner\": \"Fully Own By 1st Applicant\",\r\n      \"PropertyValue\": 500000,\r\n      \"MortgageOwing\": 300000,\r\n      \"MortgageLender\": \"St George\",\r\n      \"PropertyType\": \"Residential\",\r\n      \"Bedroom\": 4,\r\n      \"Bathroom\": 2,\r\n      \"LandSize\": 400\r\n    }\r\n  ],\r\n  \"business\": {\r\n    \"BusinessStage\": 1,\r\n    \"Nature\": \"Construction & Trades\",\r\n    \"ABN\": 2122222222,\r\n    \"tradingname\": \"David's Handyman\",\r\n    \"Address\": \"12/90 Greenland Ave., Belfield NSW 2012\",\r\n    \"Website\": \"www.davidhandyman.com.au\",\r\n    \"SalesMonthly\": 40000,\r\n    \"RepayLoanBy\": \"Business Income\",\r\n    \"MaxRepayMonthly\": 5000\r\n  },\r\n  \"general\": {\r\n    \"DesiredAmount\": 5000,\r\n    \"loanpurposereason\": \"Buy business stock/equipment\"\r\n  }\r\n}\r\n"},"url":"https://api-maxfunding.finbotic.com.au/app/v1/","description":"<h1 id=\"submit-loan-application\">Submit Loan Application</h1>\n<p>Refer to above for payload requirements</p>\n<h4 id=\"test-url\">Test URL:</h4>\n<p>This check whether your data schema and payload is correctly formatted, please use the below URL.</p>\n<p><a href=\"https://api-maxfunding.finbotic.com.au/app/v1/test\">https://api-maxfunding.finbotic.com.au/app/v1/test</a></p>\n<h4 id=\"success-response\">Success Response:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Data Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>Response message. If applicant is successfully submitted. Message is always \"Application Submitted Successfully.\"</td>\n</tr>\n<tr>\n<td>result</td>\n<td><ul><li> Pass: Application is pre-approved subject to documents for verification. </li><li>Support Required: Application has been declined but the case may potentially be eligible if the criteria on the 'afterpage' is met. </li><li>Declined: Application has been declined; typically due to lending criteria not being met.</li><li>Duplicate: Applicant has recently been submitted; either by the same partner or others. No action would be take for this type of applications.</li></ul></td>\n</tr>\n<tr>\n<td>url</td>\n<td>URL of the afterpage for the applicant to upload supporting documents.</td>\n</tr>\n<tr>\n<td>trackid</td>\n<td>TrackID for the API call; useful when reporting API errors. Note: this is not the client or application ID.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"example\">Example:</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"Application Submitted Successfully.\",\n    \"result\": \"Pass\",\n    \"url\": \"http://maxloans.finbotic.com.au/app/&lt;applicationID&gt;\",\n    \"trackid\": \"123456\"\n}\n</code></pre><h6 id=\"following-steps-for-loan-clients\">Following Steps for Loan Clients</h6>\n<p>To ensure loan has the highest conversion rate, we do encourage for all \"Pass\" cases, to redirect the client to the \"URL\".</p>\n","urlObject":{"protocol":"https","path":["app","v1",""],"host":["api-maxfunding","finbotic","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"29dd109e-2a11-4db9-9ceb-e7717d16ec0a"},{"name":"Submit Partial Loan Application","id":"941c3075-52bd-4f4a-9747-5f722aacf3c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api-maxfunding.finbotic.com.au/app/v1/partial","description":"<p>This API endpoint is for referrers that prefer to provide <strong>only some client information</strong> (First Name, Last Name, Email and Mobile number) but not all fields required for a full submission. </p>\n<h2 id=\"after-submission\">After Submission</h2>\n<p>API response would include an URL that you can provide to the client to continue the application.</p>\n<p>By default, our system would <strong>immediately email the client</strong> to complete the application. This has shown to provide to highest conversion rate.</p>\n<h4 id=\"request-example\">Request Example:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"PartnerID\": \"test\",\n  \"applicant\": [{\n    \"FirstName\": \"Test\",\n    \"SurName\": \"Test\",\n    \"Mobile\": \"0400000000\",\n    \"Email\": \"xxxxxxx@gmail.com\",\n  }],\n}\n</code></pre><h4 id=\"response-example\">Response Example:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"Submitted Successfully.\",\n    \"url\": \"http://maxloans.finbotic.com.au/app/&lt;applicationID&gt;\",\n    \"trackid\": \"123456\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["app","v1","partial"],"host":["api-maxfunding","finbotic","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"941c3075-52bd-4f4a-9747-5f722aacf3c3"},{"name":"Obtain Select Field Options","id":"5c744ce7-75d7-447a-b3f7-f6bb2756c83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api-maxfunding.finbotic.com.au/app/v1/select","description":"<p>This API returns all Select Fields required for our loan applications.</p>\n<h4 id=\"response-example\">Response Example:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  StateInAustralia: [\n    {\n      label: \"ACT\",\n      value: \"ACT\",\n    },\n    {\n      label: \"NSW\",\n      value: \"NSW\",\n    },\n    {\n      label: \"SA\",\n      value: \"SA\",\n    },\n    {\n      label: \"TAS\",\n      value: \"TAS\",\n    },\n    {\n      label: \"QLD\",\n      value: \"QLD\",\n    },\n    {\n      label: \"VIC\",\n      value: \"VIC\",\n    },\n    {\n      label: \"WA\",\n      value: \"WA\",\n    },\n    {\n      label: \"NT\",\n      value: \"NT\",\n    },\n  ],\n  LoanPurpose: [\n    {\n      label: \"Business cash flow\",\n      value: \"Business cash flow\",\n    },\n    {\n      label: \"Setup business\",\n      value: \"Setup business\",\n    },\n    {\n      label: \"Buy business stock/equipment\",\n      value: \"Buy business stock/equipment\",\n    },\n    {\n      label: \"Renew business car rego\",\n      value: \"Renew business car rego\",\n    },\n    {\n      label: \"Commercial property use\",\n      value: \"Commercial property use\",\n    },\n    {\n      label: \"Other business use\",\n      value: \"Other business use\",\n    },\n    {\n      label: \"Other personal use\",\n      value: \"Other personal use\",\n    },\n  ],\n  Title: [\n    {\n      label: \"Mr\",\n      value: \"Mr\",\n    },\n    {\n      label: \"Ms\",\n      value: \"Ms\",\n    },\n    {\n      label: \"Miss\",\n      value: \"Miss\",\n    },\n    {\n      label: \"Mrs\",\n      value: \"Mrs\",\n    },\n  ],\n  Citizenship: [\n    {\n      label: \"Australian\",\n      value: \"Australian\",\n    },\n    {\n      label: \"Permanent Resident (PR)\",\n      value: \"Permanent Resident (PR)\",\n    },\n    {\n      label: \"Others\",\n      value: \"Others\",\n    },\n  ],\n  RegisteredOwnersName: [\n    {\n      label: \"{} (Fully Own)\",\n      value: \"Fully Own By 1st Applicant\",\n    },\n    {\n      label: \"{} (Partially Own)\",\n      value: \"Partially Own By 1st Applicant\",\n    },\n    {\n      label: \"Company / Trust I control\",\n      value: \"Company / Trust I control\",\n    },\n    {\n      label: \"Not Mine\",\n      value: \"Not Mine\",\n    },\n  ],\n  PropertyType: [\n    {\n      label: \"Residential\",\n      value: \"Residential\",\n    },\n    {\n      label: \"Commercial\",\n      value: \"Commercial\",\n    },\n    {\n      label: \"Land\",\n      value: \"Land\",\n    },\n    {\n      label: \"Development Site\",\n      value: \"Development Site\",\n    },\n    {\n      label: \"Farm\",\n      value: \"Farm\",\n    },\n    {\n      label: \"Other\",\n      value: \"Other\",\n    },\n  ],\n  BusinessStage: [\n    {\n      label: \"Trading Over 6 Months\",\n      value: 1,\n    },\n    {\n      label: \"Trading Under 6 Months\",\n      value: 3,\n    },\n    {\n      label: \"Planning\",\n      value: 0,\n    },\n    {\n      label: \"Buy a Business\",\n      value: 2,\n    },\n  ],\n  industry: [\n    {\n      label: \"Arts &amp; Lifestyle\",\n      value: \"Arts &amp; Lifestyle\",\n    },\n    {\n      label: \"Construction &amp; Trades\",\n      value: \"Construction &amp; Trades\",\n    },\n    {\n      label: \"Financial Services &amp; Insurance\",\n      value: \"Financial Services &amp; Insurance\",\n    },\n    {\n      label: \"Hair &amp; Beauty\",\n      value: \"Hair &amp; Beauty\",\n    },\n    {\n      label: \"Health\",\n      value: \"Health\",\n    },\n    {\n      label: \"Hospitality\",\n      value: \"Hospitality\",\n    },\n    {\n      label: \"Manufacturing\",\n      value: \"Manufacturing\",\n    },\n    {\n      label: \"Primary Industry\",\n      value: \"Primary Industry\",\n    },\n    {\n      label: \"Professional Services\",\n      value: \"Professional Services\",\n    },\n    {\n      label: \"Retail\",\n      value: \"Retail\",\n    },\n    {\n      label: \"Transport\",\n      value: \"Transport\",\n    },\n    {\n      label: \"Wholesale Trade\",\n      value: \"Wholesale Trade\",\n    },\n    {\n      label: \"Other\",\n      value: \"Other\",\n    },\n  ],\n  Frequency: [\n    {\n      label: \"Weekly\",\n      value: \"Weekly\",\n    },\n    {\n      label: \"Fortnightly\",\n      value: \"Fortnightly\",\n    },\n    {\n      label: \"Monthly\",\n      value: \"Monthly\",\n    },\n  ],\n  RepayLoanBy: [\n    {\n      label: \"Business Income\",\n      value: \"Business Income\",\n    },\n    {\n      label: \"Employment Income\",\n      value: \"Employment Income\",\n    },\n    {\n      label: \"Sale of Asset\",\n      value: \"Sale of Asset\",\n    },\n    {\n      label: \"Refinance\",\n      value: \"Refinance\",\n    }\n  \n  ],\n  creditHistory: [\n    {\n      label: \"Clean (no default)\",\n      value: \"Clean (no default)\",\n    },\n    {\n      label: \"1 default\",\n      value: \"1 default\",\n    },\n    {\n      label: \"2 defaults\",\n      value: \"2 defaults\",\n    },\n    {\n      label: \"3 or more defaults\",\n      value: \"3 or more defaults\",\n    },\n    {\n      label: \"Under bankruptcy / IX debt agreement\",\n      value: \"Under bankruptcy / IX debt agreement\",\n    },\n    {\n      label: \"Ex-bankrupt / IX debt agreement\",\n      value: \"Ex-bankrupt / IX debt agreement\",\n    },\n  ],\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["app","v1","select"],"host":["api-maxfunding","finbotic","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c744ce7-75d7-447a-b3f7-f6bb2756c83a"}],"event":[{"listen":"prerequest","script":{"id":"5ace2020-d7b3-4e10-86ec-d8dd8d8fe076","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f678eeb2-855b-4c1b-a901-b9b1bc1cc7de","type":"text/javascript","exec":[""]}}]}