update_payment
Update an existing payment record by modifying its amount, currency, status, usage type, or notes.
Instructions
Update an existing payment record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Payment ID | |
| amount | No | New amount | |
| currency | No | New currency | |
| status | No | New status | |
| usage_type | No | New usage type | |
| notes | No | New notes |