Détection opérateur depuis un numéro MSISDN
Providers
Detect Operator
Detect the Mobile Money operator from a phone number. Use this to pre-fill the operator field without asking the player.
POST
Détection opérateur depuis un numéro MSISDN
Documentation Index
Fetch the complete documentation index at: https://docs.winampay.de/llms.txt
Use this file to discover all available pages before exploring further.
Typical integration flow
Detect the operator
Call
POST /msisdn/detect with the raw number — winam-payments normalizes it to E.164 and identifies the operator.Currently supported country: CM (Cameroon).
country_code defaults to CM if omitted.Authorizations
Body
application/json
Response
Successful Response
MSISDN normalised to E.164 format
Example:
"+237670123456"
Whether the MSISDN is a recognised Cameroon number
Example:
"CM"
Detected operator: "mtn" | "orange" | null
Example:
"mtn"
Example:
"MTN Mobile Money"
Suggested provider_id to use in the deposit/withdrawal request
Example:
"sim_gateway_mtn"
Example:
"MTN Mobile Money"
Error message if is_valid is false