Create Loan Request

Creates a new loan request for a customer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Payload to create a loan request.

number
required

Requested amount.

number

Downpayment amount; defaults to 0 when omitted (DecimalField default on input serializer).

uuid
required

Customer identifier.

uuid
required

Offer identifier.

uuid | null

Optional transaction identifier.

string | null

Optional external id (max length 45).

date-time | null

When the request is taken; defaults to current server time when omitted.

integer
required

Installments count.

string | null
enum

Weekday name from Python calendar.day_name (ChoiceField choices).

Allowed:
integer | null
1 to 31

Fixed day of month for installments (1–31).

others
object | null

Arbitrary JSON metadata (JSONField, defaults to {}).

Headers
string
required

API key generated for client authentication.

string
required

Aggregator identifier for request ownership.

Responses

500

Internal server error

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