How can i verify a user registartion using sms verification? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
i want to create a user registration by sms verification. after entering mobile number in my website(php) will send(and also will be stored to database against user id) a random 4 or 6 digit code to users number. then user will have to enter that code to my websites confirmation page. then it will check that code with the stored code in the database. if it matches then user is verified. I want to know what will be the cheapest sms service i can use in india ? if there are any free ervice like this then it will be good(atleast for testing).

There are many message API providers in india. If you are looking for free service then it is not possible now a days. As per my knowledge and experience you can go with Idea cellular message Api. It is very fast and efficient in india. I dont know adjuct cost for that but you can find it in idea official website.
Every Api provider gives you some free messages for testing purpose so that you can check that api with your code. If you need any further help then contact me.

Related

Laravel PayPal Multivendor System [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am trying to develop a multivendor payment system in Laravel where each user is able to add their PayPal client_id and client_secret. So that each user is able to receive their payment in their own account.
If I understand correctly, so far Paypal adaptive allows for such kinds of system. However, it adaptive payment doesn't support any more new accounts/implementation.
So any suggestion that how can I achieve that? Any resource to tutorial for that?
If you have and account's client ID and secret, use that information to set up and process any checkouts with payments toward that particular account. There is no complexity for a checkout that pays a particular account you have credentials for.
If you need to pay multiple accounts simultaneously (which your question does not specify), which is something adaptive payments could do, there is no solution for this.

Twilio verify phone through SMS PHP application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm trying to build a "simple" phone verification function in PHP that takes a phone number from a form, sends a SMS to user to check if the number is real and theirs.
I'm in desperate need of some tutorials or any piece of information to guide me to accomplish this.
I found this, but I dont seem to manage further in building something.
Twilio developer evangelist here.
Authy is our API that deals with phone number verification.
Check out the documentation for the Authy PHP library and the bits on phone verification.
I recommend that you try building something before asking more questions on SO. Start with a form in which you can get a user to input their phone number and then read that phone number on the survey. Then get yourself a free Twilio/Authy account and try to install the Authy PHP library. Then make the request to the Authy API to start a phone verification and build a form to take the user's response and submit to a new PHP file that reads their response and uses the Authy API to check the code they enter.
If you get stuck at any of those points, then come back to Stack Overflow and ask a specific question about where you are stuck.
That's about as much as I can help with right now. Hope it goes well for you. If you do have questions and you tag them twilio or authy then I will likely see and be able to help.

Receive money from clients without asking them to create Paypal account [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I created a merchant account in Paypal and I have a web site. I would like to get payment from my web site members without asking them to create Paypal accounts. I just want them redirected to a Paypal page with the total amount and my details, getting the payment through their credit card.
Which service do I have to use and how? Does anybody know a "for dummies" style documentation for this process? I am using PHP.
All paypal checkout pages have an option for the customer to pay using their credit/debit card if they do not have a paypal account and don't want to create one.
Please can you follow this answer. This should definitely help.
How do I allow the user to pay via PayPal's REST API, but without them having to register a PayPal account?

web service which provides stock market information [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am checking if there are any web services out there, to which I can post a ticker symbol and it will return me details about the symbol. Like if I pass 'GOOG' it will tell me that company name, the current price, whether its a Mutual Fund, Equity etc...
I am trying to make a PHP PoC for a service that can collate and show financial stock market information.
Any free service that anyone know of?
I've had experience with a few of these service providers.
My favourite is the Yahoo Finance CSV API.
It returns formatted data based on the URL parameters you provide.
So for example you can post the following: http://download.finance.yahoo.com/d/quotes.csv?s=GOOG to get financial information for the 'GOOG' ticker symbol.
Quick example from Yahoo: http://code.google.com/p/yahoo-finance-managed/wiki/csvQuotesDownload
Also check out this page for all the examples of data you can fetch: http://www.jarloo.com/yahoo_finance/, examples include:
Ask, Dividend Yield, Dividend per share, Ask, Previous Close, Open Date, Change and about 100 more.
I use this other one. Very simple and effective
http://dev.markitondemand.com/Api/v2/Quote?symbol=googl
Abd "symbol=googl" it is where you will say the ticker of the company

Newsletter management system in php [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Do you know a good and free newsletter system written in php that allows users import/export from database or text files, store multiple fields for every user (like name, surname...) and create users groups?
I've tried Listmessenger, but it's not completly free, and CcMail but it's not very good for me...
Even tho you have discounted Listmessenger, I have set it up for numerous companies (with the purchase of a $49 cdn dollar license - for over 200 users!). They have been very pleased, as the software is simple enough for most users, and advanced enough to get the job done (that you require). I have only had good feedback about the software, where otherwise other software created a large learning curve and did not work exactly as well.
I would recommend giving it another try, and $50 cdn dollars is not exactly a fortune for advertising, plus you can use it free for under 200 users (some features missing of course, but I assure you its well worth it).
Otherwise, I have tried phplist.com, but I have found it to be confusing for most users.
But try it if you want: http://www.phplist.com

Categories