Questions tagged [opayo]

Opayo (formerly Sage Pay) is a UK-based Payment Service Provider for online and offline (MOTO) transactions. Use with any relevant tags for coding with its API.

Update 2020: SagePay is now Opayo from Elavon.

--

Sage Pay is the UKI’s leading independent payment service provider (PSP) and is one of the most trusted payment brands. Every year Sage Pay processes billions of pounds worth of secure payments for its 50,000+ customers and makes the process of accepting payments online, over the phone, or in person simpler, faster, safer and more profitable for businesses.

Sage Pay provides development kit for developers without obligation, which provides a good understanding of how the payment system works. Developers can integrate Sage Pay payment solution using Sage Pay protocol documents and the kit.

Sage Pay is a subsidiary of FTSE 100 business management software and services company The Sage Group plc. For further information please visit: [www.opayo.co.uk1].

560 questions
0
votes
1 answer

Reading from an xml file (Sage Pay Reporting API)

I guess this question is not a Sage Pay specific question, although it's being mentioned in relation to my problem, so hope you're able to help me with this tricky issue. Here's what I want to do: The main task is to retrieve data from the Sage…
Kleni
  • 3
  • 4
0
votes
1 answer

Warning: Division by zero in oscommerce

Can somebody help me with this error of mine? Im using sagepay module on my oscommerce website and i got this error: Warning: Division by zero in sage_pay_form.php on line 406. Here's the code. function simpleXor($InString, $Key) { $KeyList =…
Ken Seda
  • 3
  • 2
0
votes
2 answers

Add Login Validation to Magento Checkout

What We're Trying To Do Using Magento CE 1.7.0.2. We are using a one-page checkout. We need users to be registered to checkout (NO guest checkout). BUT, we need them to be able to login and/or register on the one-page checkout. The Problem We cannot…
Jongosi
  • 2,305
  • 1
  • 28
  • 31
0
votes
1 answer

Magento - Sage Pay System error

Recently we moved hosting providers and our Sage Pay module started throwing an error, once you try to submit a payment. Sage pay error log contains: The error details are: 2003 : An ERROR has occurred on the Sage Pay System. Has anyone experienced…
Alex
  • 1,630
  • 1
  • 20
  • 31
0
votes
1 answer

Magento Order Redirect to Payment Gateway

I have an order (order id: 10000012). I wish to pass this order id to a script which then loads the order information and sends the user to Protx/SagePay. This would be dynamic, so if an order is already created, I could pass it any order ID as long…
verheesj
  • 1,438
  • 2
  • 16
  • 24
0
votes
2 answers

Sage Pay Payment Failure in Magento

I am setting up a megento shop but while testing I get the following error when paying by card using ebizmarts Sage Pay module: Payment has failed, please reload checkout page and try again. Your card has not been charged. Does anyone know the…
danrodrigues
  • 181
  • 5
  • 21
0
votes
1 answer

error when customer cancels payment via 3rd party gateway and then chooses Paypal

I'm running Magento CE 1.7 with Paypal, eway and sagepay as payment gateways. If a customer at checkout stage chooses to pay via eway or sage pay for example and then decides to cancel payment in order to choose Paypal, an error pops up after…
sam
  • 1
  • 1
0
votes
1 answer

WooCommerce SagePay Direct Payment Gateway - Error on checkout

When logged in as admin checkout fails and doesn't output any errors, works fine when logged out or logged in as a customer. When putting WordPress into debug mode i get the following PHP Notices: Notice: Undefined variable: cards in …
0
votes
1 answer

Sagepay non-english support

We currently have a Server intergration with the sagepay API, when the time comes for the card details to be entered the user is redirected to the sage pay website which displays all the information in english. Does anyone know if its possible to…
user1450877
  • 421
  • 5
  • 16
0
votes
1 answer

ASP.NET handle a POST from Sage Pay

I am writing an asp.net web application to talk to sage pay and make payments via their server to server method. At present my site collects user details and then sends a transaction registration HttpRequest to their server. Their server then…
CSharpened
  • 11,674
  • 14
  • 52
  • 86
0
votes
4 answers

Rails store values from AR result

I have an issue storing the result of a query in a controller: payments = Payment.select("SecurityKey").where("VendorTxCode = '%#{params[:VendorTxCode]}%'").limit(1) payments.each do |payment| security_key = payment.SecurityKey end Later when…
Harry
  • 1,659
  • 5
  • 19
  • 34
0
votes
0 answers

Magento Sagepay iFrame is empty

I have a site based on magento. I updated magento to 1.7.0.2 and the Sagepay extension stopped working. The form(where you can put your card details) should be displayed in an iframe but now it's empty. I updated the sagepay to the latest version, I…
0
votes
1 answer

Extracting data from a field in Sage 50 into an application

This isn't so much a question but more so a "Could someone please point me in the right direction". I have been given a task at work to bring across some data in a field from a product in Sage 50 into our application (written in C# for reference).…
Hello World
  • 1,379
  • 4
  • 20
  • 41
0
votes
1 answer

Magento Sagepay direct issue

I have sagepay Account. I am getting an error Status: INVALID Status Detail: 4006 : The TxType requested is not supported on this account. I am using Ebizmart's extension for Magento. Please give me some idea asap. Thanks, Dev
dev
  • 1
  • 1
0
votes
1 answer

Integrating Sagepay recurring payment with ASP.NET

I have completed Sagepay server protocol integration with ASP.NET Webforms for normal payment. But how does recurring payment works in Sagepay, any type of request/response format will be also useful.
Vikash Kumar
  • 538
  • 7
  • 16