payments_create_payment
Record a payment transaction by specifying amount, currency, type, and organization. Optionally include date, direction, payer, and bank account details.
Instructions
Record a payment transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Payment date YYYY-MM-DD (defaults to today) | |
| type | Yes | Payment type ID | |
| amount | Yes | ||
| message | No | ||
| direction | No | 1=Incoming (default), 2=Outgoing | |
| person_id | No | Person who made the payment | |
| currency_id | Yes | ||
| description | No | ||
| organization_id | Yes | ||
| prescription_id | No | Associated prescription ID | |
| specific_symbol | No | ||
| variable_symbol | No | ||
| bank_account_number | No | ||
| operation_identifier | No |