Record a payment
record_paymentRecord that the person you act for paid someone back (settling up). amount defaults to what they owe that person according to get_expenses. Only after the money was actually sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Plan link (e.g. https://lesgooo.fun/ab12/when) or its 4-character id. | |
| amount | No | Optional; defaults to the suggested settle-up amount. | |
| participant_id | Yes | From create_plan or join_plan. | |
| participant_token | Yes | From create_plan or join_plan. | |
| to_participant_id | Yes | Who received the money (participant_id). |