SagePay express checkout? - opayo

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)

Related

Need help setting up & selling theater tickets using Square APIs

I run a website for a local children's theater. We are migrating from PayPal to Square for all our ticket sales and other payment needs. I have absolutely no idea how to get started or what would be the best option for us for selling tickets online.
I have looked at the API documentation, I have asked on Seller Community, and I have been on the Square Slack channel. As far as I can tell, the Checkout API seems to be my best bet, but I don't understand how to use it.
If anyone has experience using Square to sell theater tickets or something similar, I would really appreciate some input.
For reference, here is the page I need to migrate from PayPal: https://talespinnerchildrenstheatre.org/tickets/
You can use the square checkout api.
You will need to sends the order information to Square and you will receive a URL (hosted in square server ) to the Square Checkout UI. Refer the below documentation for further information.
https://docs.connect.squareup.com/payments/checkout/overview
https://docs.connect.squareup.com/api/connect/v2#navsection-checkout
If you are intend to use php here is the sdk and the samples.
https://github.com/square/connect-php-sdk
https://github.com/square/connect-php-sdk/blob/master/docs/Api/CheckoutApi.md#createcheckout

Laravel & complete Paypal/payment solution

So I'm trying to implement a payment solution for my website and after quite a bit of research, I'm still lacking a complete solution. I'm running Laravel 5.0 and need general shopping cart payment functionality. I thought I would post this to try to create a reference to help others that may be having this issue. I got as far as getting test transactions into the Paypal sandbox and that's where the brick wall has seemed to come in, but a complete overview would be helpful. I’ll list my issues that I need to overcome in order to issues some run into.
Issues needing to be resolved to complete the payment solution implementation
My biggest issue with what I've seen has been receiving the
notification of successful payment processing back, but I'll walk
through what I've seen thus far. I'm not sure how to set up a listener or other methods of detecting a correct payment processing
Dealing with Credit Card information when I’m trying to avoid it
for the time being – I’d like that to be done on the gateway website
Potentially kicking off some of the calls to these APIs in Laravel
when the user checks out
I’m trying to move items to my server, but the development is being
done locally which creates an added issue
The options
There’s simply Paypal
I’ve taken the basic form implementation as far as getting payments into Paypal, but I can’t seem to get payments out. I’ve tried the returnURL and that doesn’t seem to work
I do not necessarily like this option because it seems to be leaving a lot of information in the form that would seem to be better kept private on the server
I’d like to use something complete on git but I seem to find the documentation incomplete
https://github.com/thephpleague/omnipay-paypal
--Not sure how to implement this in laravel
https://github.com/ignited/laravel-omnipay
--doesn’t appear to be being used
https://github.com/net-shell/laravel-paypal
https://github.com/anouarabdsslm/laravel-paypalpayment
--The card information is not intuitive here as that’s what going to
paypal’s supposed to manage
It would be nice to use Paypal express but I don’t see a ton of resources specifically for that.
There's Aimeos.
I don't necessarily feel safe with manually implementing the vsrf
protection and it doesn't seem to offer that much more on the payment
front than
I’m open to others that are complete and charge similar fees to Paypal
Stripe doesn’t work for me. I’m not doing a basic subscription
Any complete thoughts would be greatly appreciated as documentation left short has caused issues in this case. Thanks!
This PayPal PHP SDK will make all of the PayPal classic API calls very quick and easy for you. It's available on Packagist/Composer and can be applied to Laravel very easily.
It supports Express Checkout, Payments Pro, Invoicing, Transaction Search, Transaction Details, Refunds, etc.
This is done in Laravel 4, but I had begun this "PayPal Glass" project a while back to show how the class library / sdk can essentially replicate everything you can do within a PayPal account. Here it is running on my local test server.
So yeah, that SDK should be able to handle everything you need to do with PayPal inside a Laravel project.

Can SagePay link and automaically download web orders?

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

How to connect my magento to the bank account

I have a magento installed and ready to go, the only thing is I cant do a actuall transaction and get the money from my bank. any help would be appreciate.
You need to get a merchant account. There are numerous providers of these, but be very careful, the legal and financial pitfalls are as numerous as the providers.
You will probably find some interesting reading on sites like Merchant Maverick: http://www.merchantmaverick.com, their discussion of "Liquidated Damages" should be required reading for all online merchants.
Peter's answer is required reading, but if you'd like to get started quickly Paypal is built in and offers a great integration into Magento. This should help you get started (of course you'll need to sign up for a Paypal account and link it to your bank): http://www.magentocommerce.com/knowledge-base/entry/setting-up-paypal-for-your-magento-store/

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