WebMoney Mentor โ API
Welcome to the API reference for WebMoney Mentor โ a service for delegating paid tasks between WebMoney members with deal protection (escrow). A customer creates a task, an executor accepts and performs it, and an inspector confirms the result; the payment is held in protection and released once the work is accepted.
This documentation covers the SOAP web services that power integrations with Keeper, Mini, exchangers and partner systems.
๐ Main site: mentor.web.money
Services
- TaskService โ the core API: create, accept, complete and reject tasks; manage participants, messages, tags, files, watchers and calendar events.
- StatHQ โ statistics.
Authentication
Every TaskService call takes ServiceName and Sign. The signature is computed over a per-method signature string (documented on each method page) concatenated with your secret:
Sign = Base64(SHA256(signature_string + Secret))
Quick start
- Code Examples โ ready-to-use client snippets (C#, Python, JavaScript, cURL).
- Data Types โ the data structures returned by the API.
- Pick a method from TaskService in the sidebar and follow its signature string + SOAP examples.
โ Back to WebMoney Mentor