PATCH https://sandbox-api.nanol.com/v1/users/{user_id}/loans/{offer_id}
PATCH
https://sandbox-api.nanol.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).
active
Path Parameters
user_id*
string
The uuid of the user
offer_id*
The uuid of the loan offer
Request Body
document_uuid*
The uuid of the application's corresponding promissory note
repayment_bank_info
object
An object containing the user's bank details for processing loan repayments, structured as follows:
{
"bank_account_number": "456455535",
"bank_name": "ECOBANK",
"account_type" : "checking"
}
status*
enum
The status of the loan. Possible values: accepted
accepted
disbursement_bank_info
An object containing the user's bank details for processing the loan disbursement, structured as follows:
"bank_account_name": "ECOBANK checking",
key_person_uuid
The uuid of the key_person signing the promissory note.
key_person
Required for commercial credit applications (should be omitted for any consumer credit applications)
{ "status": "ACTIVE" }
{ // Response }
arrow-up-right
Last updated 1 year ago