Repay
| Name | Type | Description | Notes |
|---|---|---|---|
| order_id | int | Order ID | |
| repay_amount | str | Repayment amount, it is mandatory when making partial repayments | |
| repaid_all | bool | Repayment method, set to `true` for full repayment, and `false` for partial repayment; When partial repayment, the repay_amount parameter cannot be greater than the remaining amount to be repaid by the user. |