Querying the status of PayPal transactions by URL

4

Is there any way to return transaction information via transaction id in PayPal?

Example ( API PagSeguro ): link

The most I could find was: paypal.com/cgi-bin/webscr?cmd=_view-a-trans&id=7DJ47958EX567045P

This is exactly what I want, however, I need in XML or a way to get the information with PHP.

If you can not display the information in XML, is there any way to get the information with PHP?

    
asked by anonymous 23.02.2015 / 01:57

1 answer

4

Problem solved!

For those who are having a problem, I recommend using the Andrew Angell library: link

In my case, I'm using CodeIgniter, and I've used the library already built into it:

    
23.02.2015 / 14:37