Jump to content
Server Maintenance This Week. ×

detecting credit card types


This topic is 3734 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm not sure which forum this should be posted in, so if a mod could move this if necessary, I'd appreciate it.

 

I'm wondering if it is possible to have FMP detect what type of credit card is being entered just based on the card numbers? I have seen other systems able to detect what type of card was entered based on, I'm guessing, the amount of numbers entered and what order they're in. The same goes for routing numbers on bank accounts. I would want the institution/card type's logo to appear upon the information entered into the correct field, so a related record(s) containing all this information would need to be created.

 

Is this secure information? Is anyone aware of a resource that would help software developers implement such a system? I'm not even sure how to word a Google search to find the credit card information. I'm sure institutions like Wells Fargo provide routing number information once you log into their site. 

Link to comment
Share on other sites

I could be incorrect, but I believe the card type is identified by the first group of numbers. Also, familiarize yourself with the Luhn formula which will identify numbers that can't be issued. It won't, however, tell you if an issuable number HAS been issued. Good first line of defense.

Link to comment
Share on other sites

Don't roll your own credit card system. Use stripe.com or something similar. My 2¢.

 

Fitch, not looking to create a credit card system. I'm just generally curious at how the computer can detect if the card is a visa/mastercard, etc.

Link to comment
Share on other sites

This topic is 3734 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.