Questions tagged as 'pagseguro'

0
answers

When I receive notification of PagSeguro with payment status, it gives 500 error when pushing in my API

The code below is the PUSH created so that PAGSeguro sends me notification of the status of my payment. But the error returned is 500, and in their forum there are no answers so far. Anyone who has ever had this problem can help me? @PostMappi...
asked by 15.05.2018 / 21:07
0
answers

Integration PagSeguro NopCommerce 4.0

Hello, I have not played with pagseguro for some time and a friend asked to do integration with the new version of Nop 4.0 core 2.0, before in MVC 5 the XML configuration was: private static string urlXmlConfiguration = HttpRuntime.AppDomainAp...
asked by 22.11.2017 / 12:33
1
answer

PagSeguro Integration

I'm designing a website and ads where the user pays for advertisements. When the user selects the ad category (form based on steps) and populates all the data, he / she will arrive at the last step where the plan of that advertisement will be se...
asked by 24.10.2017 / 01:47
0
answers

Understanding Automatic Payback

I'm having trouble understanding the automatic return of PagSeguro. I'm following the following tutorial: http://blogpagseguro.com.br/2012/05/tutorial-pagseguro-entendendo-o-retorno-automatico/ My question is this: In this tutorial it sa...
asked by 17.12.2016 / 13:46
0
answers

pagseguro transparent checkout laravel [closed]

I'm developing a system with laravel 5.2, and would like to implement the payout signing scheme using transparent checkout. In the official PHP library ( link ) there is information that it is compatible with laravel, so I would like to use this...
asked by 21.07.2016 / 02:42
0
answers

How to integrate with PagSeguro using UIWebView in Swift

I'm trying to integrate PagSeguro with my Swift application using UIWebView using POST method, but it did not work. follows error that is being returned and the part of my code where I make the call: NSError domain error: "NSCocoaErrorDomain"...
asked by 17.11.2015 / 04:33
0
answers

Signature with Pagseguro via form html

Hello, Following the tutorial on this page, you can easily create a button that directs you to pay for a product: link <!-- Declaração do formulário --> <form method="post" target="pagseguro" action="https://pagseguro.uol.com...
asked by 31.07.2015 / 19:54
2
answers

Pagseguro API Integration

I'm trying to integrate PagSeguro with my application, but I'm finding it very difficult because there are lots of non-detailed information that lies ahead of me, making me increasingly confused. I have only 1 product that is sold per package...
asked by 05.11.2016 / 13:05
1
answer

In the automatic return of the pagseguro I can not save the information in the bank

I wonder if something is wrong: if(isset($_POST['notificationType']) && $_POST['notificationType'] == 'transaction'){ //Todo resto do código iremos inserir aqui. $email = 'douglas@...'; $token = '95112...'; $url = 'https://ws.pagsegu...
asked by 01.03.2016 / 23:15
2
answers

Disable the CSRF token for laravel 5.2

In laravel 5.2 I want to disable CSRF on a route, since I am using pagseguro (michaeldouglas / laravel-pagseguro) and want to work with automatic return. I have tried to add the route in the exception array in the App \ Http \ MiddlewareVerif...
asked by 29.06.2016 / 21:46