addPayment
Add a payment to a customer's bill in the Mews MCP server by specifying the customer ID, payment amount, and method. Integrates with the Mews hospitality platform for financial transactions.
Instructions
Adds a new payment to a customer's bill
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Amount | Yes | Payment amount object | |
BillId | No | Specific bill ID to apply payment to | |
ConsumedUtc | No | Payment consumption date/time (ISO 8601) | |
CustomerId | Yes | Customer ID for the payment | |
Notes | No | Payment notes | |
PaymentMethodId | Yes | Payment method identifier |