Recipes

Charge over WhatsApp from the catalog#

  1. tilopay_catalog_list_items lists the merchant products or services.
  2. tilopay_create_payment_link creates the link for the amount of the chosen item.
  3. tilopay_send_payment_link_whatsapp prepares delivery to the customer.

tilopay_send_payment_link_whatsapp does not send the message: it returns a wa.me link with the text ready to send with one tap. If there is no phone and no saved contact with that name, the tool asks for it.

Close the month sales#

  1. tilopay_sales_summary returns totals, costs and net for the period.
  2. tilopay_analyze_sales produces the natural-language report.
  3. tilopay_get_transaction brings the detail of the transactions that need review.

The hours and days in the summary are in UTC, not local time. Trends and top customers come back empty when the sample is small.

Refund with human confirmation#

  1. tilopay_list_transactions locates the transaction in the date range.
  2. tilopay_get_transaction shows the detail to confirm it is the right one.
  3. The agent asks the user for confirmation. That step is enforced by the MCP client, not by Tilopay.
  4. tilopay_modify_transaction runs the modification with the action and the amount.

Last verified: 2026-08-29 · Owner: equipo-integraciones

View as raw Markdown