Sage Pay integrate terminal payments in backend [closed] - opayo

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
We're using direct integration which works fine for the customer and they are correctly redirected to the 3D secure page for validation and enter the password if required by the backend. We want to take payment over the phone as well. Sage Pay offers terminal transaction within My Sage Pay page, but I couldn't see to find any documents that we can do same but from our backend. http://www.sagepay.co.uk/support/15/37/process-a-terminal-transaction

It's exactly the same as your ecommerce integration - all you need to do differently is specify AccountType=M in the transaction post. This will suppress 3D Secure checking. You will need a MOTO MID on your sagepay account, though.

Related

I want send code otp to user's phone for confirmation number phone from controller in laravel [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
I want send code otp to user's phone for confirmation number phone from controller in laravel ,i'm use laravel for backend and send data to flutter app by api.
I want send code otp by firebase otp because free .
plase help me,how to do it?
I did create account in firebase and edit settings but I don't know how to relate it with laravel for(otp) not for notification(i did it).
i found only with view(blade) and recaptcha by js .but this not my goal

Questions about Laravel API-Centric app [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am new to APIs. I want to make an API-centric Laravel web app and an Android app. They will use private API.
I am not sure how to make the user auth for the API. I have read many articles about JWT and many more about OAuth2 but I am still not sure which one to use and how to actually make it.
I recommend that you read through this very digestable book - https://apisyouwonthate.com/. It helps with the theory and the implementation of an API in Laravel. Although the code is specifically for Laravel 4, virtually everything in the book is still helpful.
Starting in Laravel 5.2, the framework has been providing support for token authentication and web form authentication right out of the box. https://www.laravel.com/docs/5.3/passport

"Synchronous" browsing -- make one user see what another one is doing [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I would like to implement a "guided" photo browsing. That is, when one web-site visitor chooses to be in the guided mode and another to be a guide, the former sees photos chosen by the latter.
This is similar to what Google Drive simultaneous editing looks like, when one user sees changes by another user in real time. So I was wondering if I could just use the same technology. Does anyone know how it is implemented? Also any comments on whether it would be suitable for me would be appreciated.
You can use a real time socket messaging like https://www.pubnub.com/
The user that wants to see the photos will subscribe to a channel where the messages will be sent. The message gets to the user immediately.
The application will read the message in JSON format. You can include the photo name/title as well as the URL. You will process the message and load the image.
Here is an example of how they implemented a stream of Hacker News articles:
https://www.pubnub.com/developers/data-streams/hacker-news-articles

How to make Google reCAPTCHA a required field? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How can I make Google's No CAPTCHA reCAPTCHA a required field?
I mean, I want to check it with HTML or JavaScript.
What you have to do is prevent the form submission until you can validate the user response by using the Google reCaptcha verify callback, then, if it passes, allow the form to submit. See this answer: Google ReCAPTCHA how to make required? and also check the documentation: https://developers.google.com/recaptcha/docs/display#example

Difference between google checkout and google shopping [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a doubt, before asking here I searched a lot but did not get the correct answer. My doubt is what is the difference between Google checkout and Google shopping.?
Google Shopping[1] is a search engine for products - it lets you search for a product and then compare prices across different retailers etc.
Google Checkout/Wallet[2] is a payment services provider, somewhat like PayPal or Stripe. Most popular use is probably for buying things from the google play store. It's been renamed to Google Wallet[3], and can no longer be used for accepting payments for physical goods.
1: http://www.google.com/shopping
2: http://www.google.com/wallet/
3: https://support.google.com/checkout/sell/answer/3080449
Wallet/Checkout allows a user to do the shopping (login/pay) while the Shopping API is more about managing the shop (see: https://developers.google.com/shopping-search/v1/getting_started).

Resources