I've an e-commerce website powered by Magento but now I need to make the connection bewteen Magento and the company's management software.
The process should be this:
- The user put some stuff in his cart
- The user go through the checkout process
- After the user have paid the total with Paypal, Magento should send an HTTP request (perhaps POST, with order's data) to an external server that handles the request and do stuff with the data received.
My problem is that I've no idea how to send a request from Magento with the order data after the checkout process. I think this is a common scenario for companies that uses e-commerce. Do you have some ideas for this? Thanks.