How to check the status of Paypal transactions by URL

Asked

Viewed 1,817 times

4

Is there any way to return information from a transaction via id transaction in Paypal?

Example (API Pagseguro): https://ws.pagseguro.uol.com.br/v2/transactions/281AC601-59B6-40CCC-ACFC-62B0CD047B14?email=usuario@server.com&token=XXXXXXXXXXXXXXXXX

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 it is not possible to display the information in XML, there is some way to get the information with PHP?

  • 1

    In the API Oficial you find the methods (in PHP inclusive) to make inquiries about the transactions. However the return is JSON as it says here Request and response payloads are formatted as JSON.

1 answer

4


Browser other questions tagged

You are not signed in. Login or sign up in order to post.