Magento News
How does a Magento Payment Method Module integrate with the site’s back-end
I found this related question which confirmed a lot of what I already thought
but one question remains; how does a custom payment module integrate with the store’s database?
I am developing a custom payment method that transfers the user to a secure site, hosted by a bank in Australia which will process credit card transactions. For this module, I’ll need to pass information onto the bank’s site and also get information back once the transaction is complete.
Naturally, I don’t want to have any database updates happening before the transaction is complete, so how do I configure my method to
A. stop the database from updating and
B. update the database once the transaction confirmation is relayed back from the bank?
Thanks in advance, no one seems to want to help me over at the Magento forums…
How does a Magento Payment Method Module integrate with the site’s back-end
Possibly Related Posts:
- Magento – ‘proceed to checkout’ button to go to login page if not logged in
- magento geolocation redirect
- Magento Post Image File Request
- How to get items from last order on login and clearing cart on logout?
- Fatal error Undefined class constant ‘METHOD_GUEST’ [Magento]
RSS Feed