Skip to main content
PUT
Accept Loan Terms
This endpoint runs when customers accept the terms and conditions for an approved loan offer. Upon acceptance, the loan is automatically disbursed to the customer.

Request Headers

string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint.
string
required
Unique idempotency key for the request to prevent duplicate processing.
string
required
The date and time at which the request was initiated (ISO 8601 format).
string
required
The IP address of the customer making the request.
string
required
Unique identifier for the interaction/session.
string
default:"application/json"
required
Must be application/json.

Path Parameters

string
required
The unique identifier (UUID) of the loan application for which terms are being accepted.

Code Examples

Path Parameters

loanApplicationId
string
required

Response

200

Terms accepted and loan disbursed