tags:

views:

27

answers:

2

I'd like to make VISA confirmation on my site (ASP.NET). I believe there is an API, which could confirm entered personal information. Is it possible?

+1  A: 

You will need to work with a Payment service provider (PSP List). Alternately you can use a service like Paypal or Google checkout.

Mikos
A: 

Visa specifically prohibits using their card as an age-verification tool, and will issue cards to people under age 18. So, if your goal is to verify age, the answer is no.

There do exist services (e.g. Aristotle Integrity which can verify personal information (including age, presumably) based on government-issued IDs (e.g. driver's license).

Brian