Paypal get transaction details with pay key using php curl
I get response after successful android paypal payment. The response was below. { "response": { "state": "approved", "id": "PAY-6PU626847B294842SKPEWXHY", "create_time": "2014-07-18T18:46:55Z", "intent": "sale" }, "client": { "platform": "Android", "paypal_sdk_version": "2.11.0", "product_name": "PayPal-Android-SDK", "environment": "mock" }, "response_type": "payment" } { "short_description": "Pay List Payment", "amount": "100", "intent": "sale", "currency_code": "USD" } then I use the PAY-6PU626847B294842SKPEWXHY pay key and get the transaction details using PHP curl GET request with the