Questions tagged as 'pagseguro'

1
answer

Sending form to Pagseguro

I have this form @using (Html.BeginForm("PacoteAdd", "Pacote")) { <input type="hidden" name="email_cobranca" value="*****@hotmail.com" /> <input type="hidden" name="tipo" value="CBR" /> <input typ...
asked by 09.11.2016 / 03:11
2
answers

Transaction Query PagSeguro

Opa I am generating the payment via pagseguro and storing its transaction code for later consultation. In the transaction query, by transaction code I'm doing this: $email_pagseguro = '[email protected]'; $token_pagseguro = '***************...
asked by 02.09.2016 / 18:15
1
answer

API PagSeguro parser error: Start tag expected, '' not found

I can understand the script , except for the part that works the XML ... so I can not tell if the error is in in>, or XML that it tries to get. Code: <?php require ("includes/connection.php"); require ("includes/start-session.p...
asked by 17.07.2016 / 22:53
1
answer

How to create signature in asp.net with pagseguro

Hello, I've researched all over the place and I have not found how to integrate a signature into my system in ASP.NET MVC with the pagseguro. I used this code and my feedback is not working when I add this preapproval! //*********************...
asked by 08.07.2016 / 19:04
0
answers

Pagseguro asking to send a senderEmail even though I had sent [closed]

I'm making a cUrl and sending the data via transparent checkout to the payout. I'm testing using the sandbox , until that works fine, the problem is that in the senderEmail field it only works if I pass an email from the pagseguro, if I pass...
asked by 24.10.2018 / 13:33
1
answer

nodejs and express with conection timeout (h13) in heroku when dealing with pagseguro notifications

Hello, I have an api in heroku and she communicates with the pagseguro api (notifications), the wheel that handles the notification needs to pick up the transaction code that is received by post, make an appointment in the pagemobile api get the...
asked by 26.12.2018 / 13:22
0
answers

Integration error PagSeguro Laravel

   {message: "cURL error 3: malformed (see    link ), ...} exception:   "GuzzleHttp \ Exception \ RequestException" file:   "C: \ wamp64 \ www \ laravel-pagseguro \ vendor \ guzzlehttp \ guzzle \ src \ Handler \ CurlFactory.php"   line: 186...
asked by 06.09.2018 / 17:09
0
answers

I do not get POST sandbox in my PagSeguro (PHP) notifications URL

In TOTAL absence of any return in the dev community of the pagseguro I'm here to see if any good soul has any suggestions. I can not receive the Sandbox notifications from the pagseguro, in fact the sandbox (apparently) nor send. There are no re...
asked by 30.08.2018 / 22:05
0
answers

Sandbox does not send Notifications

The secure paypal sandbox is not sending the notifications to my page, is set to url on the Integration Profiles tab - > seller, and also the notificationURL in the transaction request. Success image on localhost Thecodeonmypagererecei...
asked by 28.08.2018 / 01:05
1
answer

API PagSeguro how to get payment status by ID

Hello, I searched a lot about this by looking at the git of PagSeguro but I could not understand, what I want is the following mysite.com/check.php?id=ID-DA-TRANSLATION-?token=MEU-TOKEN?email=MEU-EMAIL Type if there is payment with id of t...
asked by 27.06.2018 / 17:40