lender_approve_ticket tickets
POST/v1/tickets/:ticket_id/lender-approve
Lender's final approval on a lend ticket whose risk review was already approved by an admin. Triggers the asynchronous funding chain (debit lender bank → credit lender wallet → settle to borrower → activate loan). May be called again to retry after a failed funding attempt, and can supply a different linked bank account as the funding source.
Request
Responses
- 200
- 400
- 401
- 404
OK — lender approval recorded, funding chain enqueued.
bad_request: Invalid ticket state, funding state, ticket type, or bank account.
unauthorized: Unauthorized
not_found: Resource not found