Questions tagged as 'pagseguro'

1
answer

Transactions by date Pagseguro PHP

Hello, I need to check the transactions made on a pagseguro account, I'm using: $initialDate = '2016-05-10'; $finalDate = '2016-06-10'; $email_pagseguro = '[email protected]'; $token_pagseguro = '**************************'; $url = ' h...
asked by 10.06.2016 / 21:23
1
answer

bring html code from the bank

I have the following doubt, I know I'm not doing it the right way, but I believe it will do me good. I'm trying to integrate my College project with Pagseguro, but I'm finding it complex regarding the use of the API, but I saw that in Pagseguro...
asked by 28.10.2016 / 05:35
1
answer

Asp.NET + PagSeguro

Good morning, I arrived the moment you need to add the payment methods. and I want it for Pagseguro. What's the first step in doing this? Where do I have to implement the payroll classes in my project? Should I separate into a new project? I fou...
asked by 15.04.2016 / 17:28
2
answers

HTTP Error 400 - "senderName invalid value" and "Must fit the patern: \ d +. \ d {2} 2"

I'm having a problem using PagSeguro's v2.5.0 api. I'm not sure how to create sendbox , appID , and the following message appears when I send the data to the payee: [HTTP 400] - BAD_REQUEST 0 [11012] - senderName invalid value:...
asked by 30.07.2015 / 20:39
2
answers

Pass discount value to PagSeguro

I'm developing a shopping cart that at a certain price reaches a range, it calculates a discount for the customer, I calculate the freight and the freight value is correctly added to the discount value, but I realized that when I finished the or...
asked by 11.10.2018 / 14:11
1
answer

Pagseguro notification API does not return data

I am having a problem with the pagseguro notification API, it is not returning the XML in any way, I'm testing on HTTP , because in HTTPS also did not work ... Does anyone know how to solve this? Code: <?php require("includes/connec...
asked by 07.08.2016 / 20:50
1
answer

How do I add a PayPal button on a page where prices may vary?

When we go to the PagSeguro website and we go to the generate a button , it asks us a price, code, name, etc ... And if I'm working like this: I have only one page product, that content will be changed according to an id passed in the URL eg...
asked by 16.11.2015 / 16:54
1
answer

How to enable CORS for web page access from a different domain in Asp.Net MVC

I'm developing an application that is communicating with Secure Paging Checkout through the Web Server link that is working perfectly, after making the payment PagSeguro provides the possibility to indicate a page in my application to receive...
asked by 15.10.2018 / 14:40
1
answer

Method of Payment divided between accounts

I am developing an E-commerce in which it will have several brands, each brand will have its proper integration with PagSeguro, the question in question is how to separate the values of each brand at the end of the purchase and only bring a purc...
asked by 22.08.2017 / 01:44
1
answer

Generate Token Credit Card Pagseguro

I'm using the PayPal API Git and I can not figure out how to generate the credit card token to do the transparent checkout. In the sample project you have the following command: // Sets a credit card token. checkout.Token = "9a476...
asked by 22.06.2017 / 14:22