EndpointsBuyback Loan
Endpoints

Buyback Loan

Create a buyback request for a existing loan which is not bought back already.

curl -X POST "https://api.lendermarket.com/claims/v1/lender/createLoanBuyback" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "loanUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "reason": "EARLY_PAYMENT"
}'
{
  "data": {
    "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "paymentDate": "2026-01-28",
    "status": "SENDING",
    "reason": "EARLY_PAYMENT"
  }
}
POST
/createLoanBuyback
POST
Security Scheme
Bearer Token
Bearer Tokenstring
Required

Bearer authentication of the form Bearer <token>, where token is your auth token.

Bearer authentication of the form Bearer <token>, where token is your auth token.
Content-Typestring
Required

The media type of the request body

Options: application/json
loanUuidstring
Required

Unique UUID of the loan in the LM system

reasonstring
Required

Reason of the buyback

Options: AGREEMENT_TERMINATION, AGREEMENT_PROLONGATION, AGREEMENT_AMENDMENT, EARLY_PAYMENT
Request Preview
Response

Response will appear here after sending the request

Authentication

bearerAuth
header
Authorizationstring
Required

Bearer token. Bearer authentication of the form Bearer <token>, where token is your auth token.

Body

application/json
loanUuidstring
Required

Unique UUID of the loan in the LM system

reasonstring
Required

Reason of the buyback

Allowed values:AGREEMENT_TERMINATIONAGREEMENT_PROLONGATIONAGREEMENT_AMENDMENTEARLY_PAYMENT

Responses

Was this page helpful?
Built with Documentation.AI

Last updated today