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

Multiple Shipping Addresses in Magento with SagePay

I've found this solution: http://ebizmarts.com/sage-pay However multiple shipping support is "limited", and it says "Only Direct Protocol (with no 3DS) and Server (inFrame) Protocol are supported." I don't know what this means, or what to ask my…
wibbler
  • 49
  • 1
  • 2
0
votes
1 answer

Issue with site losing POST values with unexpected 302

I have been trying to work out an issue with Sagepay server intergration into a c#.net site. At first I believed that the Sagepay simulator was not sending back the POST. I have since discovered that (during logging) that the simulator is POSTing…
Chadwick13
  • 357
  • 1
  • 7
  • 15
0
votes
4 answers

Codeigniter & $_GET variables w/Sagepay

I am integrating Sagepay into my Codeigniter v2.1 application - for some reason I am have issues get the crypt data that is returned from Sagepay within the $_GET querystring. Whenever I try the variable from the $_GET it returns as FALSE, similarly…
Zabs
  • 13,852
  • 45
  • 173
  • 297
0
votes
2 answers

sagepay curl request

I want to process payments through my website and wanted to use sagepay for that purpose. I have gone through the guideline for sagepay go direct integration mentioned…
Maverick
  • 2,738
  • 24
  • 91
  • 157
-1
votes
1 answer

eCommerce Cart for selling downloads - a recommendation request

I'm trying to find a suitable eCommerce Cart for selling downloads (large volumes). It must have Sage integration too. What are your recommendations? Many thanks, Bob
Bob M.
  • 55
  • 1
  • 3
  • 7
-1
votes
1 answer

SagePay returned signature seems to be generated with uppercase VendorName

I got a very weird issue that the opayo (SagePay) seems to generate VPSSignature with a UPPERCASE vendorName in a server intergration setup, so that when I do a MD5 hash against it with a lowercase VendorName, it always fail. And I find the…
terence ng
  • 55
  • 3
-1
votes
1 answer

How do I get a test account to try out SagePay on Drupal Commerce

My client wants me to set up a "demo" of Drupal Commerce making payments to SagePay. (using Drupal 7). How do I do this without registering a "live" SagePay account, or at least, without registering a SagePay account that you have to pay for?
Monkeybrain
  • 766
  • 5
  • 23
-1
votes
1 answer

My php script does not decrypt return crypt in Sagepay Form version 3.00

I have moved my website to a new hosting provider where my Sagepay Form v3 script which receives the encrypted response is now failing. At the previous hosting provider the script was working (php version there was 5.5.9) and the new hosting offers…
David
  • 11
  • 7
-1
votes
1 answer

SagePay Server Integration - PayPal IPN

My issue is that PayPal is performing security checks on their end, but marking the order as pending. This means that I am getting an OK status from the notification response on SagePay, but am unable to hold the order from being sent to the…
-1
votes
1 answer

Sagepay recurring payments - different initial amount

Sagepay documentation says it is possible to use recurring payments and to do that you have to have CPA from your bank. How do I set frequency of payments, and the initial amount, which is going to be different from monthly payments?
OxieH
  • 43
  • 5
-1
votes
2 answers

ReferrerId too short

referrerId on sagepay documentation is definited as not mandatory, but we receive always error 'referrer id too short'. We tried to pass it null or valorized with vendor name but we received always the same error in both cases. Anyone knows why and…
-1
votes
1 answer

SagePay Reporting API / getTransactionDetail / txstateid values

Is there a list of what the txstateid values mean when using the getTransactionDetail API?
-1
votes
2 answers

How do I tell if a SagePay UK transaction has been settled via API?

I'm integrating card payments into a web portal using SagePay UK's Server protocol. I'd like to know when the transaction has been settled with the bank, so that update the status in the backend. I've looked in MySagePay on the test environment and…
-1
votes
1 answer

SagePay Multilingual - text not in templates

We're trying to implement a Welsh set of templates for SagePay for a customer. We've gone through the process, have uploaded the templates and all is working ok so far, except there's still some EN text showing and we can't see anywhere in the…
-1
votes
1 answer

Has anyone used Sage Pay with asp.net Webpages

Has anyone used Sage Pay with asp.net Webpages?? I have downloaded the integration kit from Sage Pay but this is made in webforms and i am having trouble converting it the WebPages format. Sage Pay are no help so i'm hoping someone out there has…