WebMoney Webhooks Event Notification Service

WebMoney Webhooks is a technology for delivering notifications about new WMID events to external URLs for third-party applications. Using Webhooks allows for the integration of WebMoney into workflow automation systems such as n8n, Zapier, and Make.com.

EventType:
WmMessage = 4 Incoming message
WmTransaction = 6 Incoming transaction
WmInInvoice = 8 Incoming invoice
WmRejectedInvoice = 10 Rejected invoice
WmOutgoingTransaction = 30 Outgoing transaction

How It Works:

  • Event: A transfer is received by a purse (wallet).
  • Trigger: The WebMoney Webhooks service sends a POST request with data in JSON format to the automation platform's URL.
  • _Action: The platform (n8n/Make/Zapier) processes the data and executes a scenario across other services.