How can I send information to PayPal API PHP

0

Well, what I want to do is to do the following, first, how can I send information to PayPal through my PHP value of the purchase.

That is, the buyer selects the number of items and then click Buy, how can I get the paypal to receive the purchase value. In other words, if the buyer on the site selected items in the amount of 25 €, how can I do to pass this amount to PayPal, the 25 € and send a payment reference to later identify the user who paid.     

asked by anonymous 06.07.2016 / 15:42

1 answer

1

@ Gonçalo, The Sandbox is the test environment for Paypal. You will need to create the credentials for testing (development) and later for production. You create there the test user in the sandbox you want to test. Sandbox is a test environment for your development, as long as everything is working properly there goes to production.

link

    
06.07.2016 / 19:44