I was looking at the web and did not find anything for magento like our solution. We are a payment gateway which receives information, process and return OK/fail to the page. (restul approach).
Is there any clue of how to do it? I know that Magento is MVC and I am familiar with that. At their website, they teach how to create a payment method only authorizing from within magento. I want to post to a URL ($STOREID, $AMOUNT, $ORDERID). After processing the payment, I will return the status to Magento and the transaction will be completed.
Any help will be very appreciated.
Regards,
Thiago