We are using cookies in our website in order to offer better service to you. You allow us to use cookies by continuing to use our internet website. You can reach the detailed information on cookies from our Privacy Policy and Cookies Policy.
X
Home > Api Products > Loan Agreement Notices

Loan Agreement Notices

Description

This API is used to create pre-contract information request form. If customer is applicable to get a loan, Loan Agreement Notices API is invoked to create pre-contract request form.

​How it Works

​Parameters

This part needs to be in body of the request.

  "application_id": 367297, 
  "document_format":"PDF"
Document_format: It states document format (must be sent as “PDF” or “HTML”) 
If document format is no stated, PDF will be accepted as default. 
  "application_id": 367298, 
Contract will be sent as PDF at the request above.

​Sample Request

POST {API_HOST}/api/v1/loan-agreement-notices 

Headers:
X-IBM-client-id: {YOUR_CLEINT_ID} 
X-IBM-client-secret: {YOUR_CLEINT_SECRET} 
Authorization: Bearer {access_token} 
Content-Type: application/json


Sample Response
​{ 
  "data": { 
    "printable_document": "fksjhdfjksdhfgsdjhgffjhsdg", 
    "document_id": 77155516 
  } 
}