paykey

Paypal get transaction details with pay key using php curl

那年仲夏 提交于 2019-12-01 09:35:27
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

Paypal get transaction details with pay key using php curl

落花浮王杯 提交于 2019-12-01 07:48:50
问题 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