update_trade_payment
Modify details of a payment associated with a trade, including amount, reference, date, or type, using the trade UUID and payment UUID.
Instructions
Updates an existing payment within a trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trade_uuid | Yes | UUID of the trade | |
| uuid | Yes | UUID of the payment to update | |
| amount | No | ||
| reference | No | ||
| payment_date | No | ||
| payment_type | No | ||
| reason | No |