Questions tagged as 'pagseguro'

1
answer

ItemCode of the pagseguro button

I'm assigning the form of payment for the pagseguro, using the LightBox, I wanted to know what the ItemCode would be, I already surrounded by the pagseguro forum, but I did not find anything that would help me ... <!-- INICIO FORMULARIO BOT...
asked by 03.11.2016 / 14:12
2
answers

PagSeguro getPaymentMethods Error

   59001 - "unknown web session id" I'm implementing Transparent PagSeguro Checkout using PHP v2 API, however I always get the error above in the JavaScript part. Their support is horrible, there is nowhere else to go. Edited: I've adde...
asked by 23.08.2016 / 03:32
1
answer

Lightbox Pagseguro

When I'm in the Pagasero Lightbox checkout, in the middle of one of the scripts I enter the data into my database. But after choosing the button CLOSE the purchase or CANCEL the purchase the record of that id is removed from the bank. My scri...
asked by 14.07.2016 / 04:20
1
answer

How to check the installment fee in the Pagseguro query API?

I integrated the pagseguro into my virtual store. I use a transaction-by-code query API to get details of the transaction / purchase that was made at the store: link The payload returns an xml with the information, so I save the informat...
asked by 03.03.2016 / 16:32
2
answers

Notification data PagSeguro

I'm trying to integrate PagSeguro with this lib: https://github.com/rochacbruno/python-pagseguro But, I can not access the notification data that Pagseguro sends me. I'm using the following code: notification_code = request.POST['notifica...
asked by 10.06.2014 / 21:31
0
answers

Total value of purchase by Payment with Installment (Nota Fiscal)

Hello! I am verifying how to get the total value of a purchase made by PagSeguro, including payment for purchases on the credit card, additional value for purchases per ticket (R $ 1.00), etc. ... The problem is that the API returns only th...
asked by 02.01.2019 / 16:56
1
answer

Requesting request get parameters from PagSeguro

I'm trying to integrate a Django app with PagSeguro, but I'm having trouble with the notifications part. This is the view that receives the notifications: def recebe_notificacao(request): if request.method == 'POST': notificat...
asked by 03.06.2014 / 11:59
0
answers

Automatic payment notification PagSeguro

Following the PagSeguro Documentation , I want to implement the notification when changing payment status. For this, I'm trying this way: After the purchase, the information below appears in the sandbox: WhenIchangetheStatusforPayment: Syst...
asked by 08.12.2018 / 13:04
0
answers

How to write specific XML tags in PHP to MySQL

I'm reading a XML in PHP to write to MySQL , the XML is PagSeguro , I'm already saving some data as the head of the request, but the client wants the purchase information be available in the buyer area on the site even...
asked by 24.10.2018 / 22:38
0
answers

Doubt of Integration with PagSeguro

I will create my first site alone that will sell online courses, in which the client wants to have online payment via PagSeguro. I took a look at their documentation but I could not identify if I can send a product (via their API) where payment...
asked by 23.10.2018 / 17:32