Update a loan application (sub-account)

Performs a partial update of a loan application for the authenticated sub-account. Only the fields included in the request body will be updated.

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

Unique identifier of the loan application.

Body Params

Base request for updating loan application.

string
length between 0 and 50

Loan ID in your external system for cross-referencing and idempotency.
This field cannot be set to null and cannot be reset if it is already assigned a value.

string
length between 0 and 50

Transaction ID for OPEN_LOAN in your external system for cross-referencing and idempotency.
This field cannot be set to null and cannot be reset if it is already assigned a value.

string
length between 0 and 50

Transaction ID for FIAT_BORROW in your external system for cross-referencing and idempotency.
This field cannot be set to null and cannot be reset if it is already assigned a value.

applicantInfo
object

Information about the loan applicant. This field cannot be set to null.

number
≥ 0

Amount of cryptocurrency used as security. This field cannot be set to null.

number
≥ 0

Principal amount to borrow in fiat currency. This field cannot be set to null.

int32
≥ 0

The total duration of the loan in years. For LOC, it will always be retrieved from the offer.

fiatWithdrawalBankAccount
object

Bank account details for fiat withdrawal.

Headers
string
required
length between 0 and 36

A unique client-generated identifier for idempotency. Prevents duplicate requests if the same ID is used more than once.

uuid
required

Sub-account ID.

Responses

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