5 MCP tools for managing refunds through the Accounting API. Same schema across 5 connectors.
accounting_refunds_allRetrieve a paginated list of refunds with optional filtering and sorting.
accounting_refunds_oneRetrieve a single record by its unique identifier.
accounting_refunds_createCreate a new record with the provided fields.
accounting_refunds_updateUpdate an existing record by its unique identifier.
accounting_refunds_deleteRemove a record by its unique identifier.
5 providers support refunds through the Accounting API.
execute_tool