Requests
eWay Merchant update
Under Consideration
eWay is now on version 3 of their API, Blesta is currently on a legacy api and the module is only configured for AUD.
eWay now support Australia, New Zealand, Hong Kong, UK, Malaysia & Singapore.
If you are having issues trying to add one of the above to the merchant please go to:
`/components/gateways/merchant/eway/config.json`
and add the currency to the list like so:
`"currencies": ["AUD", "NZD"],`
V3 Api seems so much better in my opinion and can be found: https://github.com/eWAYPayment/eway-rapid-php
Also supports composer.
And it needs Token Storage which is essential. Does anyone actually store credit cards on their own server anymore.
Would be excellent to also migrate the Token Storage from WHMCS on migration.
The new API with Token Storage is essential to get Australian providers moving from WHMCS to Blesta.
This would not be an update to the eWay gateway but a completely new integration. If eWay uses tokens, then I assume this would be implemented as a merchant gateway instead of the current implementation of a non-merchant gateway?
Comments have been locked on this page!