ServiceTitan MCP Server

payments_update

Update payment details in ServiceTitan, including status, splits, and transaction information, using the MCP server for secure API interactions.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - int64.
payloadNoPayment details to update
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Format - int64.", "type": "integer" }, "payload": { "additionalProperties": false, "description": "Payment details to update", "properties": { "active": { "type": "boolean" }, "authCode": { "type": "string" }, "checkNumber": { "type": "string" }, "exportId": { "type": "string" }, "memo": { "type": "string" }, "paidOn": { "type": "string" }, "splits": { "items": { "additionalProperties": false, "properties": { "amount": { "type": "number" }, "invoiceId": { "type": "integer" } }, "type": "object" }, "type": "array" }, "status": {}, "transactionStatus": {}, "typeId": { "type": "integer" } }, "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r