create_payment
Record payments for work orders in Shopmonkey by specifying amount, method, and order ID to track financial transactions.
Instructions
Record a new payment in Shopmonkey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Work order ID to apply the payment to | |
| amount | Yes | Payment amount in dollars | |
| method | No | Payment method (e.g., cash, credit_card, check) | |
| notes | No | Additional notes about the payment |