빠른. 편리한. 안전한.
          웹사이트에서 암호화폐 수락
            시간과 비용을 절약할 수 있는 게이트웨이로 비즈니스 성장          
          
          
            클릭 2번으로 무료 가입            •
            2분만에 간편한 설정            •
            연중무휴 기술 지원          
        은둔
                신원 증명이 필요하지 않습니다. 우리는 거래 세부 정보를 보관하지 않습니다              
            대량 지급
                모든 거래를 함께 모으기 수수료 80% 절약              
            0% 환불
                블록체인에서는 트랜잭션을 취소하거나 되돌릴 수 없습니다.              
            모든 종류의 요구에 대한 암호화 지불 게이트웨이
        Plisio API를 사용자 정의하여 비즈니스 요구 사항을 충족하고 $3000억 이상의 매출로 시장의 일부가 되십시오.      
    
              Finance            
          
              eCommerce            
          
              High Risk            
          
              Online Retail            
          
              Freelance            
          
              Marketplaces            
          
              Non-Profit            
          
              Adult            
          
              Creators            
          
              Games            
          
              Other            
          
              Crowdfunding            
          간단한 코드. 쉬운 설정.
코드를 사용하여 몇 번의 클릭만으로 비즈니스를 연결하십시오. 당사의 API는 자금 및 송장 관리 또는 수수료 계산이 그 어느 때보다 쉬워졌다는 것을 보여줍니다.
    
            <?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);
}
?>
          
          비즈니스 향상
            대량 지급으로 시간과 비용을 절약하십시오. 제한 없음. 경계 없음          
          - 국제 시장에 쉽게 진출
 - 최대 1000건의 트랜잭션 풀링 수수료 80% 절감
 - 파일(.xls)에서 데이터 가져오기
 - 지불 금액에 대한 제한 없음
 
        
        
        오늘 Plisio 에 등록
            시간과 비용을 절약하면서 비즈니스 성장          
          
          
            클릭 2번으로 무료 가입            •
            2분만에 간편한 설정            •
            연중무휴 기술 지원          
        - 무료 등록 및 설정
 - 연중무휴 라이브 채팅 지원
 - 자동 대량 지급
 - 향상된 개인 정보 보호 및 보안
 - 다중 통화 계정
 - 최신 통합