Questions tagged as 'pagseguro'

2
answers

CodeIgniter + PagSeguro

I'm having a hard time integrating a system with pagseguro using codeigniter. I've already downloaded the official pagseguro library. link I have already created a controller with all the data (in this case for a test); function pagseg...
asked by 24.07.2015 / 16:38
3
answers

Communication with PagSeguro

I need to make an application that communicates with the pagseguro. In other words, it makes the purchase, I send and then I need to automatically update the bank when I make the payment. Until I send it to the payer I have a notion. My qu...
asked by 07.10.2014 / 14:03
1
answer

Pagseguro Return - Solution

I use C # Asp.Net MVC, I had to make the return of data from Secure Pag and I found the documentation a lot flawed, follow the solution I created below for those who have the same difficulties.     
asked by 25.08.2015 / 15:30
3
answers

Pagseguro does not redirect client after payment

After the payment, the client should be redirected to the thank-you page that I set up, but that's not what happens. I've got an API, I just needed to set up 2 files, they are: PaymentPagseguro.php and PagSeguroConfig.php . Th...
asked by 30.03.2015 / 02:22
1
answer

Problem between PagSeguro and number of plots

I made the implementation of a custom virtual store in the PHP language and as a checkout I am using PagSeguro . In the implementation, the transparent checkout was used and was functioning correctly, but the client requested that the option...
asked by 22.04.2015 / 14:23
2
answers

Send request get and receive data

According to PagSeguro, I need to make a GET and then receive the data that comes in XML format Documentation . I'm screwed in this part:    To consult a transaction notification, you must make a   the Notification Query API, informing th...
asked by 13.10.2014 / 14:07
2
answers

Payment in installments with ticket via PagSeguro [closed]

I developed a site where there is a course for sale at a specific value. This course is available for payment with PagSeguro , for those who pay on the card is quiet, but would have some way to make installments in the ticket? So far, I have...
asked by 15.02.2014 / 14:27
4
answers

How to capture elements in a json structure using javascript

I need to get some elements inside a Javascript JSON framework. I can get unit elements like this: alert(response.paymentMethods.CREDIT_CARD.options.MASTERCARD.images.SMALL.path); alert(response.paymentMethods.CREDIT_CARD.options.VISA.images.S...
asked by 04.01.2015 / 18:54
1
answer

Set delivery address API Pagseguro

I have to pre-define the delivery address of the pagseguro in my code PHP . The problem is that I have tried and I can not, what I can do is just set the billing address. My code: $paymentRequest = new PagSeguroPaymentRequest();...
asked by 13.11.2015 / 15:58
1
answer

Return Purchase status on automatic return of notification PagSeguro

Does anyone know how to identify the payment statuses in the automatic return of the pagseguro notifications? For example, if the user made the payment then my notification.php file receives a post from the pagseguro, but in this post can not id...
asked by 19.06.2015 / 15:29