Accept Loan Terms
API Endpoints
Accept Loan Terms
Allows customers to accept loan terms and conditions, which triggers automatic loan disbursement.
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
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Must be
application/json.Path Parameters
The unique identifier (UUID) of the loan application for which terms are being accepted.
Code Examples
Path Parameters
Response
200
Terms accepted and loan disbursed
