Questions tagged as 'pagseguro'

1
answer

Install PagSeguro / PHP in Laravel

No composer.php I'm putting it like this: "require": { "laravel/framework": "4.2.*", "pagseguro/php": "dev-master", #"pagseguro/php": "2.5.0", "cagartner/correios-consulta": "0.1.*", "intervention/image": "2.*" }, But...
asked by 12.05.2015 / 22:20
1
answer

Pagseguro in production: Instant Cancellation

Well, guys, I have some doubts. The Transparent PagSeguro Checkout API implementation is working correctly in PHP, but purchases are being canceled. This is most likely due to invalid buyer data (credit card), but I have not found it yet. Some t...
asked by 18.07.2017 / 21:29
1
answer

Adherence to the prepaid insurance plan

Currently, I'm trying to integrate recurring payments with pagseguro. Currently, the API returns the ['preApprovalRequest'] ['code']. The problem is that I do not know where or what I do with this code to redirect the add the user to the plan an...
asked by 02.03.2017 / 22:31
1
answer

preApproval data is required

Currently, I am trying to integrate a prepayment via v2 from api to pagseguro. For some reason I keep getting pre-approval data is required. I tried chaning the headers, I was also checking the example in the documentation and did not seem to be...
asked by 17.02.2017 / 02:12
2
answers

Payout returned stopped being suddenly received

I have a problem with a site that I made a short time ago, in the first days, when a customer made a payment in PagSeguro I received the return normally with the updates of the status of the purchase, however, about two weeks ago I stopped recei...
asked by 28.05.2014 / 13:49
1
answer

Notifications API PagSeguro

Sirs, good night! I'm doing an integration with the pagseguro for my site. I've set the page to receive the notification whenever its status changes as per the code below. protected void Page_Load(object sender, EventArgs e) {...
asked by 22.09.2015 / 04:57
0
answers

How the parcel installment works with PagSeguro

I am implementing the payment part with credit card but when I put the installments it returns me the following error: HTTP 400 - BAD_REQUEST [THE REQUEST CANNOT BE FULFILLED DUE TO BAD SYNTAX] 53041 - installment value invalid value: 5002.00...
asked by 09.05.2017 / 20:34
2
answers

installment value Invalid Pagseguro

Oops, I'm using the transparent checkout of Pagseguro, but if I report a number of parcels larger than 1, on a credit card sale, I get the error: installment value invalid value: My shipping xml: <?xml version="1.0" encoding="ISO-...
asked by 02.11.2016 / 20:22
1
answer

Class of the pagseguro does not work with CNPJ.

I had a problem making payments using the class provided by pagseguro and cnpj. Every time I tried to make the payment, I gave the following error: HTTP 400 - BAD_REQUEST [THE REQUEST CANNOT BE FULFILLED DUE TO BAD SYNTAX] 11164 - senderCPF in...
asked by 05.06.2015 / 22:19
1
answer

No payment options available

The problem is this: when you complete the purchase as a visitor (without being properly logged in) the checkout page correctly displays the payment option for PagSeguro, however when logging in to the platform to finish the request, simply the...
asked by 11.03.2017 / 17:19