Loading...

phpwallet
online payment gateway.

phpwallet , the smart choice for your business. Sell using your countries currency and cryptocurrency, Pay in a snap with the easy and elegant interface which gives you an outstanding experience

Get Started
Customer Support.

We’re here to help you and your customers with anything, from setting up your business account to Seller Protection and queries with transactions.

Gift Cards

14000+ Products in our Gift Cards catalog, Increase user and employee engagement with digital Gift Cards on one API

Store Payment

Accept payments from customers in unlimited currencies or cryptocurencies with over 14+ Payment Methods

Payment Link

Payment links can be created quickly and easily and can be accessed from a web browser, text message, email, or social media post.

Virtual Cards issuing.

The card can use to verify paypal, purchase online e.g facebook ads, Google ads, ebay, amazon, apple and lots more.

P2P & Exchange

P2P trading is two individuals trading directly with each other without a middleman or third party.

Send & Receive

Sending Money Globally Within A Few Minutes With Multiple Currency Just In a Few Clicks.

Mobile Recharge

Send mobile recharge of airtime and internet data bundle to over 170+ countries with 800+ mobile operators instantly within a seconds.

About Us

Welcome to phpwallet

Are you looking for a custom online payment solution for your country’s local currency. to integrate with your local business? or maybe you want to start your own Payment

Gateway Site like PayPal. phpwallet is the script solution you where looking for. With payment gateway Script you can easily accept any physical financial company/bank or online payment platform as deposits and withdrawal methods for your site. And, set a fee amount to earn on every online store purchase linked to your site API and Money transfers made through phpwallet .

Read More
Team Members

Our Team Members

Full Name
Designation
Full Name
Designation
Full Name
Designation
Full Name
Designation
Testimonial

Our Clients Say!!!

Whoops! There was an error.
ErrorException (E_NOTICE)
ob_end_flush(): failed to send buffer of zlib output compression (0) ErrorException thrown with message "ob_end_flush(): failed to send buffer of zlib output compression (0)" Stacktrace: #3 ErrorException in /home1/sevninwa/vouchers.79wallet.com/application/vendor/symfony/http-foundation/Response.php:1201 #2 ob_end_flush in /home1/sevninwa/vouchers.79wallet.com/application/vendor/symfony/http-foundation/Response.php:1201 #1 Symfony\Component\HttpFoundation\Response:closeOutputBuffers in /home1/sevninwa/vouchers.79wallet.com/application/vendor/symfony/http-foundation/Response.php:364 #0 Symfony\Component\HttpFoundation\Response:send in /home1/sevninwa/vouchers.79wallet.com/index.php:59
3
ErrorException
/
vendor
/
symfony
/
http-foundation
/
Response.php
1201
2
ob_end_flush
/
vendor
/
symfony
/
http-foundation
/
Response.php
1201
1
Symfony
\
Component
\
HttpFoundation
\
Response
closeOutputBuffers
/
vendor
/
symfony
/
http-foundation
/
Response.php
364
0
Symfony
\
Component
\
HttpFoundation
\
Response
send
/
home1
/
sevninwa
/
vouchers.79wallet.com
/
index.php
59
/
home1
/
sevninwa
/
vouchers.79wallet.com
/
application
/
vendor
/
symfony
/
http-foundation
/
Response.php
    {
        return in_array($this->statusCode, array(204, 304));
    }
 
    /**
     * Cleans or flushes output buffers up to target level.
     *
     * Resulting level can be greater than target level if a non-removable buffer has been encountered.
     *
     * @final
     */
    public static function closeOutputBuffers(int $targetLevel, bool $flush)
    {
        $status = ob_get_status(true);
        $level = count($status);
        $flags = PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE);
 
        while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
            if ($flush) {
                ob_end_flush();
            } else {
                ob_end_clean();
            }
        }
    }
 
    /**
     * Checks if we need to remove Cache-Control for SSL encrypted downloads when using IE < 9.
     *
     * @see http://support.microsoft.com/kb/323308
     *
     * @final
     */
    protected function ensureIEOverSSLCompatibility(Request $request)
    {
        if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {
            if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
                $this->headers->remove('Cache-Control');
            }
        }
Arguments
  1. "ob_end_flush(): failed to send buffer of zlib output compression (0)"
    
/
home1
/
sevninwa
/
vouchers.79wallet.com
/
application
/
vendor
/
symfony
/
http-foundation
/
Response.php
    {
        return in_array($this->statusCode, array(204, 304));
    }
 
    /**
     * Cleans or flushes output buffers up to target level.
     *
     * Resulting level can be greater than target level if a non-removable buffer has been encountered.
     *
     * @final
     */
    public static function closeOutputBuffers(int $targetLevel, bool $flush)
    {
        $status = ob_get_status(true);
        $level = count($status);
        $flags = PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE);
 
        while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
            if ($flush) {
                ob_end_flush();
            } else {
                ob_end_clean();
            }
        }
    }
 
    /**
     * Checks if we need to remove Cache-Control for SSL encrypted downloads when using IE < 9.
     *
     * @see http://support.microsoft.com/kb/323308
     *
     * @final
     */
    protected function ensureIEOverSSLCompatibility(Request $request)
    {
        if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {
            if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
                $this->headers->remove('Cache-Control');
            }
        }
/
home1
/
sevninwa
/
vouchers.79wallet.com
/
application
/
vendor
/
symfony
/
http-foundation
/
Response.php
    {
        echo $this->content;
 
        return $this;
    }
 
    /**
     * Sends HTTP headers and content.
     *
     * @return $this
     */
    public function send()
    {
        $this->sendHeaders();
        $this->sendContent();
 
        if (function_exists('fastcgi_finish_request')) {
            fastcgi_finish_request();
        } elseif (!\in_array(PHP_SAPI, array('cli', 'phpdbg'), true)) {
            static::closeOutputBuffers(0, true);
        }
 
        return $this;
    }
 
    /**
     * Sets the response content.
     *
     * Valid types are strings, numbers, null, and objects that implement a __toString() method.
     *
     * @param mixed $content Content that can be cast to string
     *
     * @return $this
     *
     * @throws \UnexpectedValueException
     */
    public function setContent($content)
    {
        if (null !== $content && !is_string($content) && !is_numeric($content) && !is_callable(array($content, '__toString'))) {
            throw new \UnexpectedValueException(sprintf('The Response content must be a string or object implementing __toString(), "%s" given.', gettype($content)));
Arguments
  1. 0
    
  2. true
    
/
home1
/
sevninwa
/
vouchers.79wallet.com
/
index.php
 
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);

Environment & details:

empty
empty
empty
empty
empty
Key Value
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
CONTENT_LENGTH
"0"
HTTP_HOST
"vouchers.79wallet.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
REDIRECT_UNIQUE_ID
"aicMExI0mxF_POCn4i6I7wAAJQI"
REDIRECT_QS_ConnectionId
"178094389104372874323440"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"vouchers.79wallet.com"
REDIRECT_HTTP2
"on"
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"3"
REDIRECT_H2_STREAM_TAG
"323440-809-3"
REDIRECT_STATUS
"200"
UNIQUE_ID
"aicMExI0mxF_POCn4i6I7wAAJQI"
QS_ConnectionId
"178094389104372874323440"
HTTPS
"on"
SSL_TLS_SNI
"vouchers.79wallet.com"
HTTP2
"on"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"3"
H2_STREAM_TAG
"323440-809-3"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"vouchers.79wallet.com"
SERVER_ADDR
"10.36.115.45"
SERVER_PORT
"443"
REMOTE_ADDR
"216.73.216.208"
DOCUMENT_ROOT
"/home1/sevninwa/vouchers.79wallet.com"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home1/sevninwa/vouchers.79wallet.com"
SERVER_ADMIN
"webmaster@vouchers.79wallet.com"
SCRIPT_FILENAME
"/home1/sevninwa/vouchers.79wallet.com/index.php"
REMOTE_PORT
"47126"
REDIRECT_URL
"/sitemap.xml"
SERVER_PROTOCOL
"HTTP/2.0"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/sitemap.xml"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1780943891.5521
REQUEST_TIME
1780943891
argv
[]
argc
0
APP_NAME
"Laravel"
APP_ENV
"local"
APP_KEY
"base64:tQJ0a2rohOh8go3lFD8RFy9D/q0z8wtEn4ovvsvl+/s="
APP_DEBUG
"true"
APP_URL
"https://vouchers.79wallet.com/"
APP_DEMO
"true"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"sevninwa_newplatform"
DB_USERNAME
"sevninwa_newplatformuser"
DB_PASSWORD
"AkikwMZ99bJ;"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"rsj17.rhostjh.com"
MAIL_PORT
"465"
MAIL_USERNAME
"support@79wallet.com"
MAIL_PASSWORD
"Joshua@#2022"
MAIL_ENCRYPTION
"SSL"
MAIL_FROM_ADDRESS
"support@79wallet.com"
MAIL_FROM_NAME
"79WALLET"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
STRIPE_PUBLISHABLE_KEY
""
STRIPE_SECRET_KEY
""
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
STRO_WALLET_API_URL
"https://vouchers.79wallet.com"
STRO_PUBLIC_KEY
"Y9V"
SHELL_VERBOSITY
0
Key Value
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
APP_NAME
"Laravel"
APP_ENV
"local"
APP_KEY
"base64:tQJ0a2rohOh8go3lFD8RFy9D/q0z8wtEn4ovvsvl+/s="
APP_DEBUG
"true"
APP_URL
"https://vouchers.79wallet.com/"
APP_DEMO
"true"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"sevninwa_newplatform"
DB_USERNAME
"sevninwa_newplatformuser"
DB_PASSWORD
"AkikwMZ99bJ;"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"rsj17.rhostjh.com"
MAIL_PORT
"465"
MAIL_USERNAME
"support@79wallet.com"
MAIL_PASSWORD
"Joshua@#2022"
MAIL_ENCRYPTION
"SSL"
MAIL_FROM_ADDRESS
"support@79wallet.com"
MAIL_FROM_NAME
"79WALLET"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
STRIPE_PUBLISHABLE_KEY
""
STRIPE_SECRET_KEY
""
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
STRO_WALLET_API_URL
"https://vouchers.79wallet.com"
STRO_PUBLIC_KEY
"Y9V"
SHELL_VERBOSITY
0
0. Whoops\Handler\PrettyPageHandler