Transfer phone balance
This is an old version of the API. Switch to the YooMoney API.
If you make payouts from a business account, use the instructions in the article on payouts from a business account.
Using YooMoney for Business, you can make payouts to the accounts of subscribers of Russian mobile carriers: Megafon, Beeline, MTS, t2, Yota, T‑Mobile, Motiv.
Чтобы сделать выплату, в запросе на зачисление перевода необходимо передать номер мобильного телефона получателя и подтверждение принятия оферты.
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.Parameter | Type | Description |
---|---|---|
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