madman411 Posted January 29, 2014 Posted January 29, 2014 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.
Rick Whitelaw Posted January 29, 2014 Posted January 29, 2014 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.
comment Posted January 29, 2014 Posted January 29, 2014 http://en.wikipedia.org/wiki/List_of_Issuer_Identification_Numbers#Overview 1
madman411 Posted January 29, 2014 Author Posted January 29, 2014 Thank you, fellas. Good starting point.
Fitch Posted January 29, 2014 Posted January 29, 2014 Don't roll your own credit card system. Use stripe.com or something similar. My 2¢. 1
madman411 Posted February 4, 2014 Author Posted February 4, 2014 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.
Recommended Posts
This topic is 3956 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 accountSign in
Already have an account? Sign in here.
Sign In Now