🏳️Cryptocurrency Payment Gateway

Website faviconplisio.net

Plisio is a payment gateway for Bitcoin, Litecoin, Ethereum and 30 other cryptocurrencies. With our API, any website can accept crypto payments.

Fast. Convenient. Secure.

Accept Crypto on Your Website

=============================

Grow your business with a gateway that will save you time and money

[

Sign up now

](/account/signup)

Talk to Sales

Sign up for free in 2 clicks • Easy setup in 2 minutes • Tech support 24/7

#### Privacy

No proof of identity needed; we don’t keep transaction details

#### Mass Payouts

Pool all your transactions together saving 80% on fees

#### 0% chargeback

Transactions cannot be canceled or reversed on Blockchain

Crypto Payment Gateway for All Kinds of Needs

---------------------------------------------

Customize Plisio API to meet your business demands and become part of the market with $300 billion+ turnover.

Finance

eCommerce

High Risk

Online Retail

Freelance

Marketplaces

Finance

eCommerce

High Risk

Online Retail

Freelance

Marketplaces

Non-Profit

Adult

Creators

Games

Other

Crowdfunding

Non-Profit

Adult

Creators

Games

Other

Crowdfunding

Accept 15+ Supported Coins on Your Website

------------------------------------------

[

Bitcoin

](/accept-bitcoin)[

Ethereum

](/accept-ethereum)[

Litecoin

](/accept-litecoin)[

Zcash

](/accept-zcash)[

Dogecoin

](/accept-dogecoin)[

DASH

](/accept-dash)[

Monero

](/accept-monero)[

USDT

](/accept-usdt)[

Bitcoin Cash

](/accept-bitcoin-cash)[

USD Coin

](/accept-usdcoin)[

TrueUSD

](/accept-trueusd)[

Shiba Inu

](/accept-shiba-inu)[

BitTorrent

](/accept-btt)[

Tron

](/accept-trx)[

Binance Coin

](/accept-binance-coin)[

Binance USD

](/accept-binance-usd)[

Ethereum Classic

](/accept-ethereum-classic)

[

Bitcoin

](/accept-bitcoin)[

Ethereum

](/accept-ethereum)[

Litecoin

](/accept-litecoin)[

Zcash

](/accept-zcash)[

Dogecoin

](/accept-dogecoin)[

DASH

](/accept-dash)[

Monero

](/accept-monero)[

USDT

](/accept-usdt)[

Bitcoin Cash

](/accept-bitcoin-cash)[

USD Coin

](/accept-usdcoin)[

TrueUSD

](/accept-trueusd)[

Shiba Inu

](/accept-shiba-inu)[

BitTorrent

](/accept-btt)[

Tron

](/accept-trx)[

Binance Coin

](/accept-binance-coin)[

Binance USD

](/accept-binance-usd)[

Ethereum Classic

](/accept-ethereum-classic)

Fast and Seamless Integrations

------------------------------

Choose a plugin and follow the instruction to accept and convert crypto into 160+ world currencies

*   [](/opencart-accept-crypto)

*   [](/virtuemart-accept-crypto)

*   [](/whmcs-accept-crypto)

*   [](/woocommerce-accept-crypto)

*   [](/magento-accept-crypto)

*   [](/prestashop-accept-crypto)

*   [](/ecwid-accept-crypto)

*   [](/bigcommerce-accept-crypto)

*   [](/x-cart-accept-crypto)

*   [](/oscommerce-accept-crypto)

*   [](/zencart-accept-crypto)

*   [](/easydigitaldownloads-accept-crypto)

*   [](/blesta-accept-crypto)

*   [](https://github.com/Plisio/shopware/releases)

*   [](https://github.com/Plisio/botble/releases)

*   [](https://github.com/Plisio/zender/releases)

*   [](/blog/how-to-easily-accept-crypto-via-telegram-bot)

Donation Integrations

---------------------

Accept crypto donations on any platform in 18+ cryptocurrencies.

*   [](/blog/crypto-donations-twitch)

*   [](/blog/crypto-donations-youtube)

*   [](/blog/cryptocurrency-donations-tiktok)

*   [](/blog/cryptocurrency-donations-twitter)

*   [](/blog/crypto-donations-instagram)

*   [](/blog/crypto-donations-facebook)

*   [](#)

*   [](/blog/crypto-donations-email)

*   [](/blog/cryptocurrency-donations-website)

Simple code. Easy setup.

------------------------

Use our code to connect your business in a few clicks. Our API will show you that managing your funds and invoices or calculating fees has never been easier.

Balance Payouts Invoice

    <?php

    // Get balance:

    $secretKey = "xxxxxxxxxxxxxxxxxxxxx";

    $plisio = new \Plisio\ClientAPI($secretKey);

    $currency = "DOGE";

    $balance = $plisio->getBalances($currency);

    if ($balance

        && isset($balance["status"])

        && $balance["status"] === "success"

    ) {

        echo $balance["data"]["balance"];

    } else {

        print_r($balance);

    }

    ?>

    <?php

    // Make payouts:

    $secretKey = "xxxxxxxxxxxxxxxxxxxxx";

    $plisio = new \Plisio\ClientAPI($secretKey);

    $payments = [

        "0xc0829421C1d260BD3Cb3E0f06CFE2D52dB2cE315" => 0.08850904,

        "0x29551FC9c39A95d8f93ad4209944Ff05846A05F3" => 0.15489082,

    ];

    $currency = "ETH";

    $massWithdrawal = $plisio->createMassWithdrawal($payments, $currency);

    if ($massWithdrawal

        && isset($massWithdrawal["status"])

        && $massWithdrawal["status"] === "success"

    ) {

        header("Location: " . $massWithdrawal["data"]["tx_url"]);

    } else {

        print_r($massWithdrawal);

    }

    ?>

    <?php

    // Create invoice:

    $secretKey = "xxxxxxxxxxxxxxxxxxxxx";

    $plisio = new \Plisio\ClientAPI($secretKey);

    $request = [

        "amount" => 0.00550550,

        "currency" => "BTC",

        "order_number" => "654",

        "order_name" => "Manhattan",

        "description" => "New York Pizza Delivery",

    ];

    $invoice = $plisio->createTransaction($request);

    if ($invoice

        && isset($invoice["status"])

        && $invoice["status"] === "success"

    ) {

        header("Location: " . $invoice["data"]["invoice_url"]);

    } else {

        print_r($invoice);

    }

    ?>

[

Documentation

](/documentation)

Get help

Boost your Business

-------------------

Save time and money with Mass Payouts. No Limits. No Boundaries

*   Easily enter an international market

*   Pool together up to 1000 transactions saving 80% on fees

*   Import your data from file (.xls)

*   No limits for payout amount

[

Boost my Business

](/mass-payouts)

Fair Pricing

------------

No monthly, setup or hidden fees. We charge only one fee of 0.5%. Personal plans for businesses with a higher turnover rate.

[Learn more](/pricing)

Enhanced Privacy

----------------

We do not collect our clients’ data. Your funds are protected with 2FA, SSL Technology and Trusted IPs.

[Learn more](/security)

Let Your Business Develop with Us

---------------------------------

We launch new features and tools every month

#### [White Label](/white-label)

A perfect design for your business

*   No “Powered by” sign

*   No redirects to Plisio

*   Your own design

#### [Build Invoices](/crypto-invoice)

Build, send and track your invoices

*   Easy to build

*   Send via e-mail, SMS and messengers

*   QR-codes for instant payment

#### [Accept Donations](/donate-page)

Easily accept crypto donations

*   Accept any crypto

*   Customise your Donation Page design

*   Copy a link or QR code to integrate to your web resources

Register on Plisio Today

------------------------

Grow Your Business while Saving Time and Money

[

Sign up now

](/account/signup)

Talk to Sales

Sign up for free in 2 clicks • Easy setup in 2 minutes • Tech support 24/7

*   Free-of-charge registration and setup

*   24/7 Live Chat Support

*   Automated mass payouts

*   Enhanced privacy and security

*   Multi-currency account

*   Trending integrations