Questions tagged as 'pagseguro'

1
answer

Pagseguro + Codeigniter [closed]

Has anyone ever integrated Pagseguro + codeigniter? With automatic feedback and everything else? Sorry if this is not the right place, but I'm in a lot of need and I do not know where to start. Thank you!     
asked by 12.08.2015 / 01:01
1
answer

Error when ordering with PagSeguro API

When I try to create the payment, I get the following error. I'm using the following package: link    Additional information: For security reasons, the DTD is prohibited   in this XML document. To enable processing of the DTD, set the   Dtd...
asked by 05.11.2014 / 23:59
1
answer

Execute a function after confirmed purchase status

Well, I have an e-commerce in my hands using CMS WordPress + WooCommerce + PagSeguro (Claudio Sanches Version) and would like to make a change in the DB after the purchase is confirmed. This change would be simple, just swapping a field insid...
asked by 09.09.2016 / 15:41
1
answer

Access form text using javascript

I'm trying to put the value of "10" to the value of a variable, You will be able to open the button with this code but the value 10 (quantity of product) but not being changed, if I simply change the 10 by 20, when I open the button it will be 2...
asked by 25.07.2016 / 00:12
1
answer

Recurring payment error PagSeguro

I have a problem with the Secure Pag API in the / pre-approvals method it always returns me missing parameters but I am sending the parameters that the documentation asks for. I followed the step by step documentation and still nothing. $data[...
asked by 21.11.2018 / 21:39
3
answers

PagSeguro notifications: The notification could not be resent

Before asking this question, I have read all the existing questions about "pagseguro notifications". In SANDBOX, I'm not receiving notifications of the transactions. I'm testing on a valid domain, hosted on a VM, Linux Ubuntu 14.04, on loc...
asked by 07.12.2016 / 20:34
2
answers

Return getInstallments Pagseguro

The% of PagSeguro is used to return the number of parcels and the value of each parcel, when informing a card and the value of the sale. The feedback I get is this: Inthisreturneachitemrepresentsanumberofparcelsanditsvalue,whatIamnotgetti...
asked by 29.10.2016 / 05:49
1
answer

shopping cart pagseguro

How do I make a payment to get all the products added to my checkout and pass it to the payer? It's just passing 1 product does not catch everyone who is in my checkout how can I do this? php code: if(count($_SESSION['carrinho']) == 0){...
asked by 19.11.2015 / 02:47
1
answer

Pick up shopping cart items with PHP

I have this code that makes a transparent purchase of Pagseguro. $params = array( 'email' => $PAGSEGURO_EMAIL, 'token' => $PAGSEGURO_TOKEN, 'creditCardToken'...
asked by 04.09.2017 / 15:04
1
answer

PagSeguro and PagSeguroConfigWrapper

I'm working with PagSeguro in Laravel 5.3, the problem is the Class PagSeguroConfigWrapper that I need to generate to do the authentication, I do all the steps described in the documentation and it works only if I use the authentication after th...
asked by 09.11.2016 / 17:04