Skip to main content
POST
Decline Offer

Overview

Declines the loan offer. The application status transitions to OFFER_DECLINED. A reason must be provided from the allowed enum.

Request

Method: POST
URL: /v1/loans/:applicationId/offer/decline

Parameters

Request Body

Response

200 OK

Error Responses

Authorizations

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Path Parameters

applicationId
string
required

Body

application/json

Provide the required values for the request body.

decline_reason
string
required
Example:

"HIGH_INTEREST"

Response

200 - application/json

Successful response

The response is of type object.