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
13
votes
2 answers

SagePay (payment gateway) notification return taking long time in ASP.Net MVC application

We are experiencing performance issues within our website related to high cpu usage. When using a profiler we have identified a particular method that is taking ~35 seconds to return from. This is a call back method when using a payment gateway…
Darren Young
  • 10,972
  • 36
  • 91
  • 150
9
votes
0 answers

Sagepay payment integration ios

I want to integrate sagepay payment gateway in one of my IOS - swift app. I have gone through the document but could not find needful. Can anybody guide me with the exact flow
Pinank Lakhani
  • 1,109
  • 2
  • 11
  • 31
7
votes
2 answers

How to create mysagepay test account

i have searched a lot but only got following login url for sagepay test account. https://test.sagepay.com/mysagepay/login.msp Can any one please help me from where i can create account to log in at above screen. I have already created simulator…
Namita sheth
  • 166
  • 1
  • 5
7
votes
1 answer

Do SagePay have a list of IP ranges that their simulator responses can be server from?

I have a test/staging site set up, but access to that site is restricted by IP address. This means that, although I can post to the SagePay simulator fine, the return response is denied by the web server. Is there a published list of IP…
Mike Taylor
  • 81
  • 1
  • 3
7
votes
2 answers

Can't get query string parameter value

I have integrated sage pay with my wordpress site. I am currently running sagepay in simulator mode. After successful payment sagepay redirects to the success page of my site. The redirect url is like…
Prakash Pala
  • 373
  • 3
  • 8
7
votes
1 answer

Magento Duplicate Orders

I have a Magento site using version 1.6.2.0 with which I'm experiencing problems with duplicate orders. Having researched the subject I have found mostly forum threads explaining that 1.4.x had problems with duplicate orders and the solutions…
Ben Swinburne
  • 25,669
  • 10
  • 69
  • 108
6
votes
1 answer

Laravel session killed when opening site in iframe in Firefox

This issue only seems to be affecting Firefox, and then only some users (with no obvious version/security setting differences). We are getting session loss in our Laravel app. We have a payment integration that uses the iframe Opayo server…
BrynJ
  • 8,322
  • 14
  • 65
  • 89
6
votes
4 answers

Why am I getting the error "4020 : Information received from an Invalid IP address." from SagePay?

This is a PHP (Zend Framework 1.11) site, not using an off-the-shelf package. When the request to: https://live.sagepay.com/gateway/service/vspserver-register.vsp (with a TxType of PAYMENT), I get the following response: 4020 : Information received…
LeonardChallis
  • 7,759
  • 6
  • 45
  • 76
6
votes
2 answers

How to resolve Sagepay payment gateway error, "4006 : The TxType requested is not supported on this account"?

On submit form on Live site i got below Error. Status: INVALID Status Detail: 4006 : The TxType requested is not supported on this account. My sagepay setting is for LIVE are below, SAGEPAY_CONNECT_TO = 'LIVE'; SAGEPAY_TRANSACTION_TYPE = 'PAYMENT';…
5
votes
3 answers

Opayo 3ds2 - sagepay PI integration rsa3dsauth.co.uk fails to return the threeDSSessionData

Opayo returns from our payment request asking us to contact https://www.rsa3dsauth.co.uk/3ds2/cReqWebBased?issuer=barclays" for 3D Secure auth, so we send this:
Dawn
  • 51
  • 2
5
votes
4 answers

3DSv2 Sagepay Direct Integration basics

The documentation for Protocol 4.00 could be more helpful. For everyone struggling to get 3DSV2 working, I'd like the basics spelled out by anyone who has managed to get it working. I'll summarise the flow as I understand it, please everyone, help…
Smitthhy
  • 51
  • 1
  • 4
5
votes
1 answer

SagePay .Net Integration Kit - Error when returning NOTAVAILABLE value for 3dSecureStatus

I have implemented SagePay payment using the Form Integration. My implementation is based on the .Net integration kit supplied by SagePay which has all been good. Recently we have enabled 3D Secure and have encountered an issue when the value of…
xrisdoc
  • 133
  • 2
  • 10
5
votes
2 answers

SagePay Server Integration Verify Signature

I'm trying to integrate into SagePay using PHP and the Protocol documents. However I seem to be having a problem with the MD5 hash! Everything up to the point where we receive the notification POST is fine. However when we go to verify the signature…
Mako77
  • 85
  • 8
5
votes
1 answer

c# AES Decryption

I am working with SagePay Forms and currently converting the VB examples they have to c#. I have made good progress so the encryption part of my project works fine (SagePay can decrypt it). The issue I am having is that when I attempt to decrypt…
Steve Newton
  • 1,046
  • 1
  • 11
  • 28
5
votes
1 answer

Creating a basic pay now button for sagepay gateway

I have a client who has signed up for a sagepay account. His current website runs off wordpress 3.0 and currently doesn't have any sort of ecommerce functionality. He's needing a button that lets users submit a deposit of £300 through sagepay (this…
Dan Barter
  • 51
  • 1
  • 4
1
2 3
37 38