YooMoney API
Old versions of the API
Help
Sign up for YooMoney
Transfer phone balance
Using YooMoney for Business, you can make payouts to the accounts of subscribers of Russian mobile carriers: Megafon, Beeline, MTS, Tele2, Yota, SkyLink, Rostelecom, Tinkoff Mobile, Tattelekom, Smarts, Motiv, ETK, Sotel, Penza-GSM.
Чтобы сделать выплату, в запросе на зачисление перевода необходимо передать номер мобильного телефона получателя и подтверждение принятия оферты.
 
Request parameters
This section describes only the parameters specific to transfers to mobile phone balances. Other parameters are shared by all types of funds deposition (makeDeposition) requests.
ParameterTypeDescription
dstAccount
xs:long,
20 characters
Phone number format: 79…
Example: dstAccount="79052075556"
Required parameter
pof_offerAccepted
xs:int,
1 character
Confirmation of the user’s acceptance of the terms (1 — accepted).
Required parameter
Request example
XML
<makeDepositionRequest agentId="200225"
        clientOrderId="272517"
        requestDT="2013-04-12T00:01:54.000Z"
        dstAccount="79052075556"
        amount="249.00"
        currency="643"
        contract="">
        <paymentParams>
        <pof_offerAccepted>1</pof_offerAccepted>
        </paymentParams>
        </makeDepositionRequest>
See also
Payouts from a business account Data types Error codes Testing Reports on successful and returned payouts