loan_payback
Pay back part or all of a loan to reduce balance and release guarantee. Provide order ID and repayment amount to update loan details.
Instructions
Pay back (return) part or all of a loan. Reduces the loan amount and may release guarantee if fully paid. Returns updated loan details. Use loan_get_orders to get the order ID, or loan_get_orders with order_id filter to check current loan amount and details. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Loan order UUID from loan_get_orders | |
| payback_amount | Yes | Amount to repay (as string for decimal precision) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |