Activate a Loan

Activate a loan

PATCH https://sandbox-api.stilt.com/v1/users/{user_id}/loans/{offer_id}

Returns the loan's status as active on a successful call. Returns an error if parameters are invalid (e.g. if the document_id is expired).

Path Parameters

Request Body

{
    "status": "ACTIVE"
}

Last updated