Activate a LOC
Last updated
Last updated
user_id*
string
The uuid of the user
offer_id*
string
The uuid of the LOC offer
document_uuid*
string
The uuid of the application's corresponding promissory note
repayment_bank_info
object
An object containing the user's bank details for processing LOC repayments, structured as follows:
{
"ach_routing_number": "103100195",
"bank_account_number": "456455535",
"bank_name": "Chime",
"bank_account_name": "Chime checking",
"account_type" : "checking"
}
status*
enum
The status of the LOC
.
Possible values: accepted
disbursement_bank_info
object
An object containing the user's bank details for processing the LOC disbursement, structured as follows:
{
"ach_routing_number": "103100195",
"bank_account_number": "456455535",
"bank_name": "Chime",
"bank_account_name": "Chime checking",
"account_type" : "checking"
}
key_person_uuid
string
The uuid of the key_person
signing the promissory note.
Required for commercial credit applications (should be omitted for any consumer credit applications)