create_trade_payment
Allocate funds to a beneficiary for an existing trade by specifying payment amount, date, type, and reason.
Instructions
Creates a payment for a trade, allocating funds to a beneficiary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trade_uuid | Yes | UUID of the trade | |
| beneficiary_uuid | Yes | UUID of the beneficiary to pay | |
| amount | Yes | Payment amount in the buy currency | |
| reference | No | Payment reference | |
| payment_date | No | Payment date in YYYY-MM-DD format | |
| payment_type | No | ||
| reason | No | Payment reason |