Drawdown Revolving Credit

API endpoint to drawdown revolving credit.

Path Params
uuid
required

Format - uuid. Identifier (GUID) of the loan.

Body Params

Create drawdown request

Drawdown DTO

float | null

The amount which will increase the principal amount for the revolving credit loan. Must be greater than 0 but smaller than the available limit of the revolving credit loan.

date
required

The actual payment date of payment. Must be greater or equal to the issue and disbursement date of the loan.

float | null

The amount of the drawdown (what will be disbursed). Must be greater than 0 but smaller than the available limit of revolving credit

int32 | null

The cost identifier related to the FeeAmount. Can be retrieved using the endpoint /loan-configuration/cost-items

string | null

A comment (text) can be entered.

followUp
object

Model for loan follow-up details.

Headers
string
uuid
required

Format - uuid. Correlates HTTP requests between a client and server

Responses
202

Accepted

500

Server Error

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json