https://github.com/mondido/magento2
Mondido helps you convert more visitors into paying customers.
https://github.com/mondido/magento2
3d-secure checkout credit-card invoice magento2 masterpass payment-gateway payment-processing paypal
Last synced: 6 months ago
JSON representation
Mondido helps you convert more visitors into paying customers.
- Host: GitHub
- URL: https://github.com/mondido/magento2
- Owner: Mondido
- License: mit
- Created: 2016-10-11T13:18:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T09:27:59.000Z (over 6 years ago)
- Last Synced: 2025-04-10T02:49:16.959Z (11 months ago)
- Topics: 3d-secure, checkout, credit-card, invoice, magento2, masterpass, payment-gateway, payment-processing, paypal
- Language: PHP
- Homepage: https://www.mondido.com/
- Size: 233 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mondido payment module for Magento 2
[Signup for a free account](https://www.mondido.com/en/signup) or [check out the documentation](https://doc.mondido.com) over at [mondido.com](https://www.mondido.com/en).
## Installation
Manually add `"mondido/magento2-mondido": "dev-master"` to the `require` node in your project's `composer.json`. Next add the following to the `repositories` node:
```
{
"type": "vcs",
"url": "https://github.com/Mondido/magento2"
}
```
Then run the following commands
`$ composer update`
`$ bin/magento module:enable Mondido_Mondido`
`$ bin/magento setup:upgrade`
`$ bin/magento setup:static-content:deploy`
`$ bin/magento setup:di:compile`
## Limitations
### Shipping and billing address
Address information will be collected by Mondido Payments in the embedded iframe and sent to Magento in a webhook. Any information missing when the order is supposed to be created in the webhook needs to be fixed in the iframe first.
### Shipping methods
For now, the only supported shipping method is the flat rate shipping method. Use shopping cart promotions if free shipping is needed.
### Tracking on success page
We can't guarantee that the webhook has fired and that the order has been created when the customer reaches the success page. Instead of tracking data from the order object, try tracking information directly from the quote.
### Partial capturing
Partial capturing will be added in a future version when the Mondido API supports it.
## Support
Please, feel free to [create issues on our GitHub repository](https://github.com/Mondido/magento2/issues). Contact hello@mondido.com if you have specific problems for your account.