Request close loan with security (sub-account)

This request will close the loan and unlock the remaining security after reckoning.

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

Unique identifier of the loan.

Body Params

Request to close a loan using security.

number
required
≥ 0

The equivalent amount of security to use for loan closure.

number
required
≥ 0

The equivalent fiat value of the security to be used for loan closure.

string | null
deprecated

[DEPRECATED] Transaction ID in your external system for cross-referencing and idempotency.
This field is deprecated. Use 'repayExternalTransactionId' and 'closeLoanExternalTransactionId' instead.
When provided without the new fields, this ID will be assigned to the SECURITY_REPAY transaction only.
The new fields take precedence if both are provided.

string | null

Transaction ID for SECURITY_REPAY in your external system for cross-referencing and idempotency.

string | null

Transaction ID for CLOSE_LOAN in your external system for cross-referencing and idempotency.

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.

string
required

SHA-256 signature of the JSON payload and private key. See API Key Authentication

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
*/*