Questions tagged [eway]

16 questions
2
votes
1 answer

How Can I enforce TLS 1.2 when using nusoap?

I am using nusoap to connect Eway legacy Api. Suddenly Eway enforce TLS 1.2 on their side. So I have set open ssl 1.0 and TLS 1.2 in my server. From that server I am connecting Eway rapid api which is working fine. As both Legacy and Rapid api…
mayan1010
  • 23
  • 4
2
votes
1 answer

eWay Rapid Error S9992 keeps occuring on ASP.NET MVC application

I have this code there... var ewayClient = RapidClientFactory.NewRapidClient(Platform.eWayApiKey, Platform.eWayPassword, EndPoint); ewayClient.SetVersion(31); var transaction = CreateTransaction(); var preAuthTransaction =…
BlackMael
  • 3,198
  • 5
  • 25
  • 42
1
vote
0 answers

WooCommerce Eway plugin not creating customer token for new customer

I have setup a fresh docker container with Wordpress 5.0.3 and the latest WC and WC Eway plugin (WooCommerce eWAY Gateway). Created a store with some products, hooked up my Eway sandbox environment, enabled Save Cards (which would enable the token)…
Mattijs
  • 3,265
  • 3
  • 38
  • 35
1
vote
0 answers

Sitecore and eWay SDK integration

The eWay SDK uses both automapper and newtonsoft .dll's - I am currently trying to create an "eWaywrapper" project within my solution which uses the eWay SDK. For some reason I get runtime errors from eWay complaining about the wrong version of…
ddoor
  • 5,819
  • 9
  • 34
  • 41
1
vote
1 answer

How can I get protected values of an object of eway response?

When I try to get Customer info by TokenCustomerID in my eway sdk.It return a object .Please find object screenshot. I want to access data from this object, but how ? Thanks in advance.
Pankaj Yogi
  • 207
  • 1
  • 5
  • 17
1
vote
0 answers

Eway recurring payment notification silent post

I am currently doing a PHP payment gateway interface for Eway, the interface includes: interface RecurringPaymentGateway { /** * save subscription information to database * * @param Subscription $subscription * @return bool returns true on…
feiiiiii
  • 1,480
  • 1
  • 12
  • 27
0
votes
2 answers

eway Payment gateway no such entity with cartid Magento 2.4.6

We're in the process of upgrading Magento from 2.4.2 to 2.4.6 We have everything working except the eWay payement gateway. Payments are processed as normal but after the payment is made the customer is redirected to an empty cart page with the…
0
votes
0 answers

eway API PHP backslash

as part of the eway API here: https://eway.io/api-v3/?php#errors they have this code (in PHP). $apiKey = '60CF3Ce97nRS1Z1Wp5m9kMmzHHEh8Rkuj31QCtVxjPWGYA9FymyqsK0Enm1P6mHJf0THbR'; $apiPassword = 'API-P4ss'; $apiEndpoint =…
0
votes
1 answer

eWay Client Side Encryption

Is this possible? 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…
0
votes
1 answer

Omnipay - Empty Error Message

I have been working with this code for a while and still couldn't figure out what is the problem with it. Maybe some of the code has a problem, but Omnipay didn't show anything as the error message. Can anyone please help me find out my mistakes? …
AlbertSamuel
  • 584
  • 10
  • 33
0
votes
1 answer

Angular eCrypt encryption return null

I am using eway payment gateway for my .Net application.I have installed eWay.Rapid package from NuGet Package Manager. I am using client side encryption for encrypt card details. This is my encrypt function: var paymentDetails ={ …
0
votes
1 answer

how to call eway payment gateway form on different location

I have install woocommerce in my wordpress application and also install eway payment gateway plugin. it is showing perfect on my default checkout page. But i want to call it on different location ( i have donation page in my application and want to…
Paritosh Mahale
  • 1,238
  • 2
  • 14
  • 42
0
votes
1 answer

eWAY pay now button, seems to have a bug?

I've just implemented a eWAY pay now button and have noticed some strange behavior that only happens on a tablet with Microsoft edge. Basically using the data-resulturl, one can redirect after successfull payment, eg.…
0
votes
1 answer

Eway recurring issue with activemerchant gem in Rails

I am trying to setup EWay payment integration with Active-merchant Gem in Rails application. I setup successfully EWay but when tried to Recurring at that time got issue below: undefined method `recurring' for…
0
votes
1 answer

Curling eWay from a terminal yields different response to curling from IIS

I am able to curl ewayAPI following examples for "transparent redirect" in their API. However converting the exact same curl request into C# code I get the following error codes: V6011 and V6047 I have checked and rechecked and even used wireshark…
ddoor
  • 5,819
  • 9
  • 34
  • 41
1
2