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

 

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 and POST

Was this helpful?