Can SagePay link and automaically download web orders? - opayo

I am looking at changing from WorldPay to SagePay. I am looking to change because i have been told by using SagePay I can link it to my Sellerdeck website and automatically transfer web orders straight to our Sage 50 account package rather than entering them all manually. I then phoned SagePay to apply and i was then told this could not be done! I have since spoken to somebody else at Sage and they have said it can be done. So if anyone can help me out that would be great.

It is possible. Check out:
http://www.sagepay.co.uk/file/2291/download-document/Sage_50_and_Instant_2014_User_Guide.pdf
abc

Related

Make picture not accessabel

New laws forces us NOT to show pictures in our shop.
I need some way to find a secure folder, so that only buyers in our shop see the picture.
To prefend google to find them, i can make a robot disallow in htacces.
How can i make/find any script that only the picture from a product shows up if customers had send in the order and paid for?...or if they are in our domain on the product page? I have no ideas where to start. I was thinking about publishing a picture in cgi-bin with a login-passw acces on request. The law is from Brussel and will hit us as of januari (everyone with smokestuff and e-cigarettes)
Thank you, i understand. The only way then is indeed user pass and login. Will search for that. The product is legal in 145 countries. Customers needs to have an option to see what they buy, however tobacco gets difficult. In this case its then a server setting script or login script for shared server Apache and not for stackoverflow. However i was hoping someone could point me out in more options then only user authentication. But then it is indeed difficult because its a shopping cart.....lol
Thnx anyway.

Instagram user's contact e-mail?

Ruby on rails dev here.
This question has been asked before. Here, here and here.
The problem is that they did not make the right question or the solution given was somewhat shallow.
I ´ll be as specific as I can.
The Goal
I want get the user´s contact e-mail and not the account e-mail. Two different things. :)
Some users leave their email on the contact button. It´s public.
My goal is to make a software that can extract e-mails, but for now, only extracting one e-mail from one single account will be more than enough to have my MVP going.
here is an example below on how instagram let users share their e-mail.
The Problem
It only shows in app :( If it were to be shown on the browser as well, it would be a walk in the park. The contact button that has the e-mail and phone number does not show in the browser.
**The Good Part*
There is some solutions to it.
This guy has a figured it out using the API, but I don´t quite understand how he did it. The downside is that all solution wants to sell you a product.
The focus of this company lies on extracting instagram e-mails and it seems legit.
Last but not least, this dude is using appium to extract those juicy e-mails. The third won´t really work for me because it seems too messy. Having to use a android emulator will be my last resort.
Thanks for helping and happy new year.
Set up mitmproxy on your machine.
Set up the certificates on your phone and use your machine as the gateway.
Analyze the traffic.
Reverse engineer the API (to log in and get info about user profiles) and then use it in your Ruby/Python/whatever code.

SagePay express checkout?

In case your wondering Sage Pay documentation page led me here.
https://www.sagepay.co.uk/support/support-forum
So my question here is that is there an express checkout integration for Sage Pay?
The best example is PayPal's Express Checkout which is basically just a script you need to paste in your page to work.
I found this: https://github.com/SagePayments/PaymentsJS
But upon further reading, I discovered this is not Sage Pay and that it's just using Sage Pay for their services so using it is impossible if we're registered with Sage Pay.
I'm looking into their Integration guide but I find it a bit hard to understand. I was hoping they have a GitHub page somewhere that is more understandable than what they have on their site.
It is possible - Google 'Sage Pay Direct Protocol' and start at around page 21. (I did previously post a link, but that was deleted)

Vendor systems returned INVALID or ERROR in response to notification POST - Sagepay Server

Ive built 2 websites using opencart 2 (many more on Opencart 1) and both are setup to take Sagepay Server payments, But its now come to light that both sites Sagepay payments are failing when Sagepay tries to talk back to opencart to give the green light. This means no failure email notification is sent to the store owner, and the sale is cancelled at Sagepay? as you can imagine both store owners are not happy. I contacted Sagepay to see what was happening and they told me the payments were failing with the below Error, but as far as Sagepay was concerned the payments had passed all tests, but because the calling website could not send the correct response back to Sagepay, they had to cancel the transactions!
Looking at how Sagepay works, it seams sagepay returns autorisation to Opencart and then opencart has to say whether its going to accept the payment based upon what is being sent, and it seams this is where opencart 2 is failing to respond correctly?
Is this yet another OC2 bug?
Has anyone come across this and how do I put this right
One site is on OC 2.0.2.0 and the other one is 2.0.3.1
Everything is setup correctly in payment module and IP Address logged with sagepay etc.., its just a problem after payment authorisation.
Transaction completed but Vendor systems returned INVALID or ERROR in
response to notification POST. Transaction CANCELLED by the Vendor.
This is a really big problem, and not sure how to go about fixing this, as Opencart 2 is meant to be able to take sagepay payments out of the box, once a few settings are added in the admin section, but it seams its not setup correctly to do so.. I cant believe no one else has come across this?
I used the built in sage pay debug option which told me it was a MD5 Hash mismatch, after further digging and reading the official Sage pay Server docs, there was a notice in Bold Red, stating to ensure the Vendor name was supplied all in lower case, mine was in title case in the admin section. It looks like the creator of Opencart 2 has over looked this, I simply used php`s strtolower function before the MD5 comparison in the sagepay_server.php controller file to convert the vendor name to lowercase. Of course this could be avoided by entering the vendor name in the sage pay server admin section as lower case. But seeing as there is no note when entering this, opencart should convert the vendor name to lowercase as I have done to ensure no possibility of this error.

How to redeem credit points assigned to the customer in magento

I have a requirement where I want credit points to be used by the customer for future purchases. I have issued credit points to a customer account using Admin on my testing server but I cannot redeem those points using the customer account...
I have found some extensions that say they provide this functionality but I dont wanna pay for something which maybe inbuilt in magento.
Please guide, google doesn't seem to have any answers on this one...
I do not believe that this is a built in feature of Magento. I've had to do a ton of research on this - and it appears that plugins had to be made to make this possible.
One specifically that we found is: Customer Credit Extension
It seems to cover everything you need to do. Good luck!

Resources