Hi
I am working on Paypal integration and have done it,it is working fine but i want to get information back of items on my site after payment success what i have sent to paypal so that i can manipulate database after successful transaction.Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin BhardwajPosted Oct 5, 2013, 2:48 AM
Sunny SharmaPosted Oct 5, 2013, 2:17 AM
So, you need another link for?
Didn't you find what you need at the PayPal Documentation?
Nitin BhardwajPosted Oct 5, 2013, 2:13 AM
please give me another link.
Sunny SharmaPosted Oct 4, 2013, 3:18 AM
Suggest you to check PayPal documentation here:
https://developer.paypal.com/webapps/developer/docs/
as it completely depends on what kind of payment Integration you've implemented. It could be a classic API or the latest REST API. They have a broad and simple explanation of each and every method with example.
How you insert the details after payment in database is, usually, with Classic API, Paypal returns a query string with all the customer details which you need to parse and save in your db,
whereas,
With latest REST API, you receive a payment ID while initiating the transaction and later you can look up that payment ID after successful payment to get all the relevant details of buyer.
HTH :)