Skip to main content
PUT
/
user
/
accept-loan-offer
/
{loanApplicationId}
/
accept
Accept Loan Offer
curl --request PUT \
  --url https://{tenant}.fincode.software/api/v1/services/user/accept-loan-offer/{loanApplicationId}/accept

Documentation Index

Fetch the complete documentation index at: https://docs.fincode.technology/llms.txt

Use this file to discover all available pages before exploring further.

Allows the customer to accept the loan offer. This action typically triggers the next steps in the loan process.

Request Headers

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

Path Parameters

loanApplicationId
string
required
The unique identifier of the loan application.

Path Parameters

loanApplicationId
string
required

Response

200

Loan offer accepted