WebMoney (WMZ / WMT)

Merchant Interface SCI. Enable WMZ and/or WMT purses with separate secrets. SHA256 Result URL webhook.

Settingwebmoney_checkout_enabled

WebMoney (WMZ / WMT)

WebMoney Merchant Interface (SCI) checkout. Enable WMZ and/or WMT separately; each purse needs its own secret.

Where to find it

Admin → Settings → Payment → gateways → WebMoney

Setup

1. In WebMoney Merchant settings, allow URLs transmitted in the form and set signature type to SHA256.

2. Result URL: https://YOUR-DOMAIN/api/webhooks/webmoney (prerequest must answer plain YES; verify LMI_HASH).

3. Success URL: /api/checkout/webmoney/success (POST). Fail URL: /api/checkout/webmoney/fail (GET).

4. Enable master checkout; enable WMZ (Z + 12 digits) and/or WMT (T + 12 digits) with matching secrets.

5. Payment simulator (webmoney_test_mode) is separate from Merchant purse Test/Work mode.

Official: WebMoney Merchant.

Field Key
Enable webmoney_checkout_enabled
WMZ purse / secret webmoney_wmz_purse, webmoney_wmz_secret_key
WMT purse / secret webmoney_wmt_purse, webmoney_wmt_secret_key
Simulator webmoney_test_mode

Common problems

Prerequest / hash errors

Recheck secret, SHA256 setting, and that Result URL is reachable over HTTPS.

Only one purse works

Other purse disabled or wrong secret.

Related