Skip to main content
POST
Post-Offer KYC

Overview

Completes the post-offer KYC gate and triggers the disbursement eligibility check. All of the following must be true before this call succeeds:
  • Customer has agreed to terms of use (POST /terms/agree)
  • Offer has been accepted (POST /offer/accept)
  • Board resolution uploaded (non-sole-proprietor businesses only)
  • Board resolution admin review is not FAILED
  • Guarantor form admin review is not FAILED (if a guarantor was added)
On success, the offerStatus transitions to POST_OFFER_KYC and the disbursement eligibility check fires automatically.

Request

Method: POST
URL: /v1/loans/:applicationId/post-offer-kyc

Parameters

No request body required.

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

Response

200 - application/json

Successful response

The response is of type object.