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...
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...
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...
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...
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)
{...
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...
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-...
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...
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...