Questions tagged as 'pagseguro'

0
answers

Data transfer methods asp.net/javascript

I have the following scenario: I am implementing payment for transparent paging checkout. Some functions with a return can only be executed via javascript (Returns like credit card token, PagSeguro session id, etc.). The cart already ex...
asked by 08.02.2017 / 20:25
1
answer

How to add multiple items in the $ paymentRequest-addItem of the Pagseguro?

Well, I added 1 item to the Pagseguro checkout but I would like to insert several items. How can I enter multiple items by passing these items to $ data ? public function pagar(){ // Pega os itens enviados para o método produtos + adicio...
asked by 19.10.2016 / 02:09
2
answers

Pagseguro Checkout transparent - Transaction Submission

I am implementing the transparent pagseguro checkout, however it says that all the variables I am sending are empty returning several errors. Here is the code: $parametros = "email=$EcommerceEmail&token=$EcommerceToken&paymentMode=defa...
asked by 09.08.2016 / 16:12
0
answers

API pagseguro signature with infinite renewal

Hello, I'm having a hard time finding subscription information on the pagseguro API. My problem is this, I see that it has subscription cycle. For example in a subscription of 6 months, that time passed the signing ends. But I would like whe...
asked by 27.06.2016 / 15:39
0
answers

Is it possible to completely automate a payment process using Pagseguro?

I'm developing an ad site where the advertiser must pay for your ad before it's available online. I already have an integration with Paypal, to use a credit card, but I would also like to integrate Pagseguro, since it allows other payment met...
asked by 31.03.2016 / 21:23
1
answer

Error in Module PagSeguro in Loja Magento

Good afternoon, I installed in the Magento store the module PagSeguro, but I can not finish the purchase, because I get the following error: Uncaught TypeError: jQuery.colorbox is not a function I'm getting this error at line 91, of the...
asked by 29.01.2016 / 15:44
0
answers

How to call session_start?

How to set up a form of PagSeguro in a session_start for my shopping cart; This is my code: <h1>Confirmar Pedidos</h1> <table width="569" border="0"> <tr> <td colspan="4" align="center" valign="middle"...
asked by 25.08.2015 / 19:46
5
answers

PagSeguro API does not return purchase status

Previously I had opened an error question in the pagseguro API, well, I managed to solve it. Now my problem is another ... I can not receive the notifications of the pagseguro. I already configured the URL in the pagseguro panel, but I do not re...
asked by 18.09.2014 / 06:39
1
answer

Error in the pagseguro module

I'm using the pagseguro API to make purchases on my site, it was working fine, normally. Today when I went to use again it started to present this error: Not Found The requested URL /admin/usuario/ Fatal error: Uncaught exception 'Exception'...
asked by 17.09.2014 / 22:36
0
answers

Custom json error message returned by PHP SDK API PAGSEGURO

original post link error returned: {"error": true, "errors": {"11014": "senderPhone invalid value: 312321312"}} I can not print in my view this damn error for having reported a wrong phone. I just need to get this error nothing more ....
asked by 03.01.2019 / 16:22