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

simple sagepay payment php

I've been given the task of redesigning a site where the user ends up buying a ticket for an event. The old site used a PayPal buy now button but the client wants the site to do the same thing but wants to use SagePay instead. The site's at the…
Niconedz
  • 43
  • 5
3
votes
2 answers

Error: 5080 : Form transaction registration failed - tried previous answers

I have searched the answers to similar questions asked about this SagePay error, and checked that the fixes don't appear to apply to my problem. Specifically: I am using a correct 2-letter country code for BillingCountry and DeliveryCountry. I…
BigG
  • 31
  • 3
3
votes
1 answer

Magento does not capture orders after payment

I am using Sage as the payment method (which shouldn't matter anyway). Sometimes my installation of magento (1.9.1.0) will take the payment but will not create a new order. So basically, the new customer is created, but no order is assigned! So I…
SamNewbie
  • 37
  • 1
  • 8
3
votes
1 answer

Invalid Website URL value, email format expected SagePay Intergration Kit

I'm attempting to use SagePay's Server Intergration PHP Kit, but on installation I'm getting the error Warning: Invalid Website URL value, email format expected this is in /lib/classes/settings.php on line 1127, all I've done to edit the kit is…
3
votes
2 answers

I'm trying to write my own class in PHP for Server/InFrame payments

I need some help I'm trying to write my own class in PHP for Server/InFrame payments. This is the class: class SagePay { public $VPSProtocol = 3.00; public $TxType = "PAYMENT"; public $Vendor = "************"; public $VendorTxCode…
3
votes
2 answers

Sage pay Form Protocol 3.00 Simulator

Does Sagepay Simulator supports protocol 3.00? I tried but it gives me "The VPSProtocol field you supplied contains invalid data. It should contain the value 2.23".
3
votes
2 answers

Upgrade sagepay form 2.23 to 3.0

I have a few shops that use the sagepay 2.23 form protocols. Sagepay have recently told me they are stopping support for them, so I need to upgrade them. So, I was just wondering if I don't need any new functionality what things will I need to…
3
votes
0 answers

5006 : Unable to redirect to Vendors web site. The Vendor failed to provide a RedirectionURL

I've integrated sagepay and everything seems to work, but after I post my basket to the sage pay server, I get this error in the browser: Error Code : 5006 Error Description : Unable to redirect to Vendor's web site. The Vendor failed to…
DevT
  • 1,411
  • 3
  • 16
  • 32
3
votes
2 answers

Does sagepay have any library or SDK for in app payment for iOS and/or Android?

I have searched many things on Sagepay but could not find a link to go to developer forum for Sagepay and I tried to find library or SDK for iOS and/or Android, but unable to get succeed. Kindly let me know, if Sagepay provides library for iOS…
jigneshbrahmkhatri
  • 3,627
  • 2
  • 21
  • 33
3
votes
2 answers

CI-Merchant & SagePay - Can't seem to get it to respond with anything

I am integrating CI-Merchant into a Codeigniter project for processing payments with Paypal and SagePay. I have done the demo from http://ci-merchant.org/ for the paypal_express and that worked (or at least gave me a proper error when I used the…
Jason Long
  • 31
  • 3
3
votes
1 answer

Shopify XML API response - invalid element name: 3DSecureStatus

When querying Shopify transaction data (from the python api client) for transactions involving SagePay, we're receiving an error when the client attempts to parse the returned xml: Error(Error('Unable to parse xml data: not well-formed (invalid…
benburry
  • 35
  • 4
3
votes
2 answers

Is it possible that PHP session expire while surfing website using IP address?

One unexpected issue I faced recently was that I had Sagepay payment gateway configured on one of my site and it was working pretty straight. But when I moved the whole site to another server, I had to test the site using its IP…
aslamdoctor
  • 3,753
  • 11
  • 53
  • 95
2
votes
2 answers

Does Sage Pay have a PayPal-like IPN?

I'm building an events system where users can book & pay for tickets - I'm intending to use Sage Pay Form, and have all transaction data held on their servers (I would collect ticket order, customer name & address on the website, then have them POST…
TheDeadMedic
  • 9,948
  • 2
  • 35
  • 50
2
votes
1 answer

How to redirect a user to an external site though a POST request

How to redirect a user to an external site though a POST request,which is better using backend-asp.net core web api or frontend- angular? I am working with a payment gateway. For confirming 3D secure I need to redirect the user to a new-url. The…
hanushic
  • 369
  • 1
  • 5
  • 19
2
votes
1 answer

How to configuration of Test Server of Sagepay including redirection URI?

I have created an E-commerce based web application in Asp.Net(web forms) and integrate Sagepay server and it redirects to the Live URL on a test mode so I am not able to check that I have checked in my code that I have also enabled the Is Test Mode…
Deep Soni
  • 431
  • 4
  • 24
1 2
3
37 38