Answer the question
In order to leave comments, you need to log in
Skrill wants to withdraw dollars via euros to a dollar account, what should I do?
Всем привет!
Очередная новость от Скрилла
USD bank wire transfer requests will be executed in EUR. If your request is in USD, by continuing this transaction you agree that we will apply an FX charge. Please check with your bank for additional costs if your account is not denominated in EUR.
Ну естественно вывожу доллары на долларовый счет. Мне пересчитают через рубли? Кто сталкивался? Что делать?
Что делать сейчас? Деньги уже на счете Скрилла. И какие варианты на будущее?
Answer the question
In order to leave comments, you need to log in
В альфу когда отправляешь автоматом кидает деньги на евро счет, а если евро счета нет то скорее всего сконцентрирует в евро отправит в евро а банк уже сконвертит в доллары
Ну два раза снимут проценты, на будущее используйте пионер
I withdraw money to a $ Visa card, this message also pops up for me, nevertheless I receive exactly the same amount as I withdraw from skrill, i.e. without any additional commissions
function get_ip_info($ip)
{
$postData = "
<ipquery>
<fields>
<all/>
</fields>
<ip-list>
<ip>$ip</ip>
</ip-list>
</ipquery>
";
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, 'http://194.85.91.253:8090/geo/geo.html');
curl_setopt($curl, CURLOPT_POSTFIELDS, $postData);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
$responseXml = curl_exec($curl);
curl_close($curl);
if (substr($responseXml, 0, 5) == '<?xml')
{
$ipinfo = new SimpleXMLElement($responseXml);
return $ipinfo->ip;
}
return false;
}
// пример использования
$ipinfo = get_ip_info($_SERVER['REMOTE_ADDR']);
echo $ipinfo->city; // город
echo $ipinfo->region; // регион
echo $ipinfo->district; // федеральный округ
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question