Releases: ATOAPaymentsLimited/AtoaMagento
Releases · ATOAPaymentsLimited/AtoaMagento
Release list
v2.0.0
🚀 Atoa Pay for Magento 2 — v2.0.0
Accept Open Banking payments, card payments, Apple Pay, and Google Pay on your Magento 2 or Adobe Commerce store — powered by
Atoa.
Features
- 🏦 Pay by Bank — Open Banking payments direct from the customer's bank app
- 💳 Card Payments — Visa and Mastercard via the Atoa card gateway
- 📱 Apple Pay & Google Pay — one-touch payments at checkout
- 🔒 Webhook Security — V2 HMAC-SHA256 signing with V1 fallback
- 📝 Auto Invoice — automatic invoice generation on payment confirmation
- ⏳ Expired Payment Handling — automatic order cancellation on payment timeout
- ⚡ One-click Webhook Setup — register webhook URLs directly from Magento admin
Quick install
composer config repositories.atoa vcs https://github.com/ATOAPaymentsLimited/AtoaMagento.git
composer require atoa/module-atoa-payment
php bin/magento setup:upgrade && php bin/magento setup:di:compile && php bin/magento cache:flushRequirements
Magento / Adobe Commerce 2.4.x · PHP 8.1+
📚 Full setup guide · 📧 hello@paywithatoa.co.uk
What's Changed
- Develop by @Khuetrandang in #1
- Inti code to repo by @Khuetrandang in #2
- Develop by @Khuetrandang in #3
- CUS-2248/CUS-2514 new request: remove cashback by @Khuetrandang in #4
- CUS-2248/CUS-2514 new request: remove cashback by @Khuetrandang in #5
- Update composer.json by @ShariqueAhmedAtoa in #6
- CUS-2248/CUS-2311 Submit to Adobe Marketplace ( later ) by @Khuetrandang in #7
- Add V2 webhook signature verification with V1 fallback by @BalaSubramanianAtoa in #8
- fix: correct response variable in expired webhook error handler by @BalaSubramanianAtoa in #11
- feat(phase-4): update webhook registration to dedicated integration route by @BalaSubramanianAtoa in #9
- feat(v2.0.0): add card payment support and individual bank logo UI by @BalaSubramanianAtoa in #13
New Contributors
- @Khuetrandang made their first contribution in #1
- @ShariqueAhmedAtoa made their first contribution in #6
Full Changelog: https://github.com/ATOAPaymentsLimited/AtoaMagento/commits/v2.0.0