Skip to main content
POST
/
v1
/
loans
/
{applicationId}
/
offer
/
accept
Accept Offer
curl --request POST \
  --url https://carbonapistagingsecure.getcarbon.co/baas/api/v1/loans/{applicationId}/offer/accept \
  --header 'apikey: <api-key>' \
  --header 'x-carbon-key: <x-carbon-key>'
{
  "status": "success",
  "message": "Offer accepted"
}

Overview

Accepts the loan offer. The application status transitions to OFFER_ACCEPTED. After acceptance, the customer must agree to terms, upload any required post-offer documents, and complete post-offer KYC before disbursement.

Request

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

Parameters

NameInTypeRequiredDescription
x-carbon-keyHeaderstringYesAPI key for authentication.
applicationIdPathstringYesApplication ID.
No request body required.

Response

200 OK

{
  "status": "success",
  "message": "Offer accepted"
}

Error Responses

StatusMessageCause
400Application not foundInvalid applicationId

Authorizations

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Path Parameters

applicationId
string
required

Response

200 - application/json

Successful response

The response is of type object.