Forms and buttons for your site
They help raising money to your Wallet. Select form or button, get HTML code and embed it into your site.
Button
Amount
Set by you, cannot be changed
Transfer methods
We have a button with a Wallet and a card
Color and size
May be selected
Form
Amount
Sender can change
Transfer methods
Wallet and card on one form
Size
Depends on the number of fields
Custom
This option is for developers.
You can change and adjust everything: set of fields, size of buttons, design.
Button Construction Kit
To create a button or form, you need a Wallet to credit the money to.
Start a WalletI have a WalletForm Construction Kit
To create a button or form, you need a Wallet to credit the money to.
Start a WalletI have a WalletOur parameters, your code
Developers can create a form or button with individual design, additional features, and HTTP notifications about incoming transfers. Simply use our parameters.
Parameters and detailsFor example
Tony Stark the crowdfunder
raises money for his project.
<form method="POST" action="https://yoomoney.ru/quickpay/confirm.xml"> <input type="hidden" name="receiver" value="41001xxxxxxxxxxxx"> <input type="hidden" name="formcomment" value="‘Ironman’ Project: Arc Reactor"> <input type="hidden" name="short-dest" value="‘Ironman’ Project: Arc Reactor"> <input type="hidden" name="label" value="$order_id"> <input type="hidden" name="quickpay-form" value="donate"> <input type="hidden" name="targets" value="transaction {order_id}"> <input type="hidden" name="sum" value="4568.25" data-type="number"> <input type="hidden" name="comment" value="Requires remote control."> <input type="hidden" name="need-fio" value="true"> <input type="hidden" name="need-email" value="true"> <input type="hidden" name="need-phone" value="false"> <input type="hidden" name="need-address" value="false"> <label><input type="radio" name="paymentType" value="PC">YooMoney</label> <label><input type="radio" name="paymentType" value="AC">With bank card</label> <input type="submit" value="Transfer"></form>