問題のライブラリはこれだと思いますが、発生しているエラーは次の例外です:
if (!is_writable($this->GetPathToTemporaryFolder()))
throw new \MangoPay\Libraries\Exception('Cannot create or write to file ' . $this->GetPathToTemporaryFolder());
つまり、基本的に is_writable() への呼び出しをデバッグしているようです .
allow_url_fopen を確認してください オンです