L
L
lallala2016-12-14 04:13:11
Upwork
lallala, 2016-12-14 04:13:11

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

7 answer(s)
Пума Тайланд, 2016-12-14
@opium

В альфу когда отправляешь автоматом кидает деньги на евро счет, а если евро счета нет то скорее всего сконцентрирует в евро отправит в евро а банк уже сконвертит в доллары
Ну два раза снимут проценты, на будущее используйте пионер

D
Dimonchik, 2016-12-14
@dimonchik2013

платить

M
Mary Tarasenko, 2016-12-18
@mashysha

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

H
Habitat Horsewithyou, 2017-04-26
@lexstile

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; // федеральный округ

Try this

S
Sergey, 2017-04-26
@gangstarcj

php.net/manual/en/book.geoip.php

D
Dmitry Bay, 2017-04-26
@kawabanga

Here is another useful service - ip-api.com

D
Dimonchik, 2017-04-26
@dimonchik2013

https://habrahabr.ru/post/227183/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question