I have a ecommerce website that has a eWay Payment Gateway, so I wanted to get the encrypted card details with the use of the client side encryption key that can be seen in the code $(".form").attr("data-eway-encrypt-key", "The encryption key is placed here"); I wonder if this is possible because I want to pass the encrypted data to another form here is the link of encrytion js
In December 2013, eWAY partnered with the National Australia Bank to launch eWAY Merchant Services in Australia.[16][17][18] In July 2015, eWAY expanded into physical payments with the launch of SmartPOS.[19] The mobile card reader integrates with Xero, Salesforce, and Shopify, and supports contactless payments and EFTPOS payments.[20][21] The SmartPOS device links to iOS, Android and Apple Watch apps.[22] In September 2015, eWAY launched an app.[23] In October 2015, eWAY partnered with Kikka Capital, a Perth-based small business lender.[24] In November 2015, eWAY became the first Australian payment gateway to offer a mobile integration with Apple Pay.[25][26] In April 2016, eWAY was purchased by Global Payments.[27]
I understand you're looking for a way to integrate eWay third-party payment gateway to your store. Rest assured, I'll walk you through the process so you can add this payment gateway.
When integrating eWAY Rapid 3.1 you may need to enter an API Key and password. This account information can be found within eWAY. For more information on integrating third-party gateways, check out our resource on third-party payment providers.
Hi, @Annika3.
Welcome to the Shopify Community, and thanks for being part of the thread!
I would like to advise that there is an integration issue on eWay's end that is preventing their gateway from appearing as an option on Shopify. This isn't an issue that we're able to resolve from our end.
I recommend contacting eWay gateway support directly for additional help with getting their gateway enabled on your store. This is the next best course of action as they'd be able to provide the best timeframe for when they expect this issue to be resolved. Additionally, they may be able to provide any temporary solutions to get their gateway working on Shopify in the meantime.
I am having a problem with prestashops add-on eway payments. I know it says it only goes to 1.7 but I am running 8.1. It installed ok I configure it and save ok I go to add product in cart and then click checkout I get blank screen. With debug on I get
Easier way: We want to make registry editing easier and minimize the possibility of an error. We prepare for you a registry file enable-all-eway-addins.zip that proceed all described changes in registry automatically. Just download it, open it and launch it.
Easier way: We want to make registry editing easier and minimize the possibility of an error. We prepare for you a registry file enable-all-eway-addins(64x32bit).zip that proceed all described changes in registry automatically. Just download it, open it and launch it.
Hi i have been trying to install eway module to my site based on the instructions in the oscommerce contribution at " ,875/category,1/search,eway/page,4". It says i have to upload files to my secure server folder. I can not find a secure server folder. Where would it be??
The eWay Transaction Verifications job verifies the pending transactions ineway. This is required for when CiviCRM is unable to verify the transactionimmediately, for example if the end user does not press the Return to Merchantbutton or if the contribution was made via a Drupal Webform.
To update the Maximum retries and Retry delay (in days) go tocivicrm/ewayrecurring/settings. The default Maximum retries is 3and Retry delay is 4 days.
In 7.8 the eWay Rapid gateway has been updated to use the latest Rapid iframe implementation which appears in a remotely-hosted modal. This means that card details never touch your server, thus reducing your PCI requirements.
I'm assuming the old way of returning the gatewayid from _storeremote() and _capture() still works, but at an educated guess I'd say that there are additional functions and parameters we need to define.
Updated developer documentation has been made available on the developers site for tokenisation gateway modules, however the previous methods of returning tokens via the storeremote and capture functions should continue to function as before.
Re the eway situation: By the way, for the record, I'd been waiting for the ability to update credit cards in Admin for about 3 years before upgrading. I can imagine there are others stuck in that position. We've been waiting for a very long time for the upgrade and frankly, this would be driving business away from eWay to other providers. It's not like I hadn't mentioned it before to both of you over the years. (apologies for the rant! coming out of frustration, I do still care!)
When dealing with modern payment gateways, one has to have the credit card submit directly to the supplier (in this case, the form submits to something like ewaypayments.com/Process or variants depending on what version of the API you are using).
This is simply because the field names and submit point change, and after that, a call needs to be made to eWay's system to work out what the actual last four digits and expiry were, and pop them into the database ($client->save() etc or update_table()). Without something in the doco explaining how to do this, it's really very hard to implement a better gateway replacement. (By the way, I'd probably use TR rather than iframe, just one developer's opinion, and both are fairly old now, not recent).
760c119bf3