S
S
Stilt Credit Infra Docs
Search…
Onbo documentation
Quickstart
Reference
API Reference
API Authentication
Users
Loans
Line of credit
Line of Credit Application
Line of credit (LOC) endpoints
Promissory note
Draws / Disbursements
Line of credit payments
Line of credit statement
Webhooks
Compliance requirements
Rejection Reasons
Powered By
GitBook
Line of credit (LOC) endpoints
patch
https://sandbox-api.stilt.com/v1/
users/{userUUID}/loc/{locUUID}
Patch LOC application status
Here are examples of valid values for status, and bank_info
Name
Type
Allowed Value
status
str
ACCEPTED
document_uuid
str
<document_uuid> to be accepted
repayment_bank_info
JSON
​
​
{
"ach_routing_number": "123",
"bank_account_number": "456",
"bank_account_name": "Sourabh",
"bank_name": "Bank of America",
"account_type" : "checking/savings"
"wire_routing_number": "999",
}
disbursement_bank_info
JSON
​
{
"ach_routing_number": "123",
"bank_account_number": "456",
"bank_account_name": "Sourabh",
"bank_name": "Bank of America",
"account_type" : "checking/savings",
"wire_routing_number": "999"
}
Once accepted, the Offer UUID will become the LOC UUID
get
https://sandbox-api.stilt.com/v1/
users/{userUUID}/loc/{locUUID}
Get LOC object for given user and loan
get
https://sandbox-api.stilt.com/v1/
users/{userUUID}/loc
Get all LOC for a user
get
https://sandbox-api.stilt.com/v1/
users/loc
Get all LOC for given platform
​
Previous
Line of Credit Application
Next
Promissory note
Last modified
4mo ago
Copy link
Outline
patch
Patch LOC application status
get
Get LOC object for given user and loan
get
Get all LOC for a user
get
Get all LOC for given platform