Settle group
settle_groupRecord a payment between two group members that squares up part of the group's balance (e.g. Rahul paid you ₹2,000 for the trip). Use list_groups → settle_up for the suggested payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Member who received | |
| date | No | ||
| from | Yes | Member who paid | |
| note | No | ||
| group | Yes | ||
| amount | Yes | ||
| currency | No | Default: the group's home currency | |
| account_id | No | Your account the money left or landed in (when you are one of the two) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||