web service for finding location information using PIN code (India) - web-services

I am working on a restaurant meal ordering system.
I need a web service that gives information of a location, given the area PINcode.
PINcode? wikipedia: https://en.wikipedia.org/wiki/Postal_Index_Number
A Postal Index Number or PIN or Pincode is a code in the post office numbering or post code system used by India Post, the Indian postal administration. The code is six digits long.

Google Geocoding API and places API can be used for your purpose

Related

How bitcoin payment in the dark web works?

dear friends when I was using the dark web I have seen the bitcoin payment option when buying the products. Like the image I attached here but my question is if I send the payment to this bitcoin address how the website owner recognise this was done by exactly me? Because I didn't enter any other informations to that site before. According they it will redirect me to the next page after they recognise my payment. But what if someone else paid that bitcoin address? Does it count as my payment? How this whole process happen?
They provide a new address for each new payment and therefore it won't matter which address sent the bitcoin because the address it was sent to is associated with your payment and your payment only.
Note that this is an assumption based on how similar payment methods work and I don't know this site.

Is phone number required for Authorize.Net payment processing?

I am creating an application in which i charge payment. For payment, i am using authorize.net. This application can be used all over the world and user needs to give his mobile numner in his own country format. I want to ask is phone number is required for payment processing? If required then ia there any specific format?
The phone number is not a required field for processing a payment through Authorize.Net.
It is also not required when creating a payment profile. You can confirm it by testing it in their API reference.

Is there any way to get the Name, Email and phone numbers from the Business card through computer vision API in xamarin.forms

I am able to get the text in the image through the Microsoft's Computer vision API but can I directly get the Name, Email and Phone Numbers classified directly from the API?
If possible how can I do that?
I tried validating the email and phone number using regex but I don't know how to get the Name from the business card.
Used Text Analytics API from Microsoft to get the name as it recognizes a word as person, number and other.
Email and phone numbers were extracted by using regex.

Obtaining the location of places on facebook and integrating it into window phone app

I am trying to obtain information of a users current location I already have the users latitude and longitude what I want to know is are there any businesses (restaurants, clothing stores ect.) in that area. I was just looking at the open graph api and It says that you can search over all public objects in the social graph with https://graph.facebook.com/search. We support searchs for the following types of objects: places https://graph.facebook.com/search?q=coffee&type=place but the ones I really want to use type=location&center=37.76,-122.427&distance=1000 does not work in the API Explorer could anyone tell me what might be the problem and how do I use this in a windows phone 7 app? Links, code snippets, blog post, ebooks, Other web services that would allow me I could send lat and long and will return the location or businesses anything will be very helpfull thanks
https://graph.facebook.com/search?q=coffee&type=place&center=37.76,-122.427&distance=1000
This query should give you the results you need.

Do the Amazon web service APIs support barcode/UPC queries?

I skimmed through their documentation and found it a bit overwhelming at first. I know you can search for items by entering a UPC (the number below a 1D barcode), but I couldn't find a word about it in the API.
What I want to do is perform a product lookup by doing a UPC search after scanning a barcode.
Here is a page from the https://webservices.amazon.com/paapi5/documentation/use-cases/search-with-external-identifiers.html which shows how you can use the ItemLookup method to find a specific product by UPC.
Note that default IdType for the ItemLookup is ASIN, but you can change it to something else like UPC if you need to
Be carefull if you want to use the Amazon web services API on a mobile device !
We've found this in the Amazon.com Product Advertising API License Agreement:
4) Usage Requirements
(e) You will not, without our express prior written approval, use
any Product Advertising Content on or in connection with any site or
application designed or intended for use with a mobile phone or
other handheld device, or any television set-top box ....
Link to Amazon.com Product Advertising API License Agreement
Any Ideas for an alternative ItemLookup method to find a specific product by UPC/Barcode ?
Yes sure, the Amazon web service APIs does support barcode/UPC queries. Any information / documentation are to be found here.
If you want to generate barcodes, maybe this helps?
Cheers, Tim
With IdType request parameters ( see documentation here ) not only for upc, but also support ean and isbn query