validate_trade_payment
Validates trade payment parameters including amount, beneficiary, and trade UUID to prevent errors before payment submission.
Instructions
Validates payment parameters before creating a payment for a trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trade_uuid | Yes | UUID of the trade | |
| beneficiary_uuid | Yes | UUID of the beneficiary | |
| amount | Yes | Payment amount | |
| reference | No | ||
| payment_date | No | ||
| payment_type | No |