Loans API

Loans API

URL

GET /api/v1/loans/{loan_id}

GET /api/v1/clients/{client_id}/loans

POST /api/v1/clients/{client_id}/loans

POST /api/v1/dynamic-schedule

GET /api/v1/loans?Id={loan_id}

POST /api/v1/clients/{client_id}/submit-application

POST /api/v1/loan-request

POST /api/v1/clients/{client_id}/loan-request/verify

POST /api/v1/clients/{client_id}/upload-loan-documents

POST /api/v1/clients/{client_id}/make-payment

POST /api/v1/clients/{client_id}/payments

POST /api/v1/loans/{loan_id}/cancel

POST /api/v1/get-output-documents/{loan_id}

POST /api/v1/download-output-document/{token}/{loan_id}/{document_id}

PUT /api/v1/loans/{loan_id}/update

DELETE /api/v1/loans/{loan_id}

 

Description

Allows you to create or retrieve loan accounts for clients. You can also look up loans by their state, by a branch or by a credit officer to which the loans are assigned to. Loans may be retrieved directly or from a client to which they belong.

 

Methods

GET, POST, PUT, DELETE

Was this helpful?