I'm making a cUrl and sending the data via transparent checkout to the payout. I'm testing using the sandbox , until that works fine, the problem is that in the senderEmail field it only works if I pass an email from the pagseguro, if I pass an email from gmail by example, I get a message saying that senderEmail is required
How it works:
"senderEmail" => "[email protected]"
This does not work:
"senderEmail" => "[email protected]"
I researched their forum and found other people with similar problems and none of them were answered.