Questions tagged as 'pagseguro'

2
answers

Receiving login id

I'm using the PagSeguro PHP API to perform a transparent checkout. I'm having problems when I switch from sandbox to production environment. Below the code snippet jQuery jQuery.ajax({ url: "url/GetSessionId", type:"GET",...
asked by 07.11.2014 / 20:22
1
answer

Payback Notification API does not run

I'm using Pagseguro to manage payments, I use the lightbox method, where I can do everything, including payment (all in sandbox). But at the time of receiving notifications, the file is not being called. Even though you have set up the...
asked by 16.12.2015 / 18:43
1
answer

Send POST with Ajax and CodeIgniter

For almost 1 day I am facing a problem which until now can only be solved (making sure I was right) doing wrong, ie gambiarras. I'm trying to create Transparent PagSeguro Checkout but I can not send POST with the Credit Card token and Sender...
asked by 11.10.2015 / 03:31
1
answer

problem with listing payment orders pagseguro recurring subscription

I'm having a problem fetching the received data from the pagseguro payment order. I am doing the query he is bringing me the results but I can not get what he has inside paymentOrders for the simple fact that he brings me a code wi...
asked by 03.05.2018 / 19:31
1
answer

Clear Checkout leaves the site?

I downloaded the official PagSeguro library, PagSeguroLibrary, but they say that with the transparent checkout the whole process is done in the virtual store and all communication with PagSeguro is done via cUrl. However, this is not what hap...
asked by 19.12.2016 / 11:31
0
answers

Error to gradle build in PagSeguro API - Java [closed]

I am trying to implement the Secure Pag API on my system, I was looking at the step by step that it asks to download the repository in GitHub, then access the source folder and then run the following command% and then import the libs into th...
asked by 06.05.2017 / 16:19
0
answers

Lightbox via API

I have a Lightbox working perfectly fine, using: <!-- INICIO FORMULARIO BOTAO PAGSEGURO --> <form action="https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add" method="post" onsubmit="PagSeguroLightbox(this, {...
asked by 08.07.2016 / 19:16
0
answers

Pagseguro does not redirect with transaction code

I am using the pagseguro API in php so that after payment the client is redirected to a specific page, I already configured it in Application > Redirect page url and the parameter I want to receive via GET. As I'm using the API it seems t...
asked by 28.04.2016 / 16:14
0
answers

Transparent CheckOut Secure Pag: installment value invalid

I have in my OpenCart store the transparent checkout payment module I noticed that on rare occasions, a client could not make the payment by credit card. Today a customer came to the store and it happened again just when I applied any discount (...
asked by 22.09.2016 / 19:41
0
answers

Secure Checkout Secure Pag - Unauthorized

I'm having trouble completing the transparent checkout of the secure pag, following the code of what I'm downloading $url = "https://ws.sandbox.pagseguro.uol.com.br/v2/transactions"; $dados = '[email protected]&token=6128AD81C3E14...
asked by 03.09.2015 / 00:22