Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.     if(isset($_GET['code']))
  3.     {
  4.         $code = $_GET['code'];
  5.     $email = "emailDaSuaConta";
  6.     $token = "tokenDaSuaConta";
  7.        
  8.         print file_get_contents("https://ws.pagseguro.uol.com.br/v2/transactions/".$code."?email=".$email."&token=".$token);
  9.     }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement