Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Business/Personal flag on Card object #419

Closed
megerman opened this issue Nov 11, 2013 · 4 comments
Closed

Include Business/Personal flag on Card object #419

megerman opened this issue Nov 11, 2013 · 4 comments

Comments

@megerman
Copy link

A one-time lookup on the card IIN when submitted would determine whether the card is a business or personal card. This could be returned on creation or lookup.

@jkwade
Copy link

jkwade commented Nov 11, 2013

What's the use case for this?

@megerman
Copy link
Author

As we allow customers to add multiple cards to a profile, we want to label them as personal or business.

We would rather not do the lookup on our end. It's easy to implement, but it would require us to parse the card number to look at the first few digits.

@jkwade
Copy link

jkwade commented Nov 12, 2013

Got it. I like that UI.

We started discussing providing a IIN lookup service on #136, and decided the scope should be cut down to just showing card type. We can easily open the scope back up to include biz vs. personal, but the extraction of that data from the IIN seemed more difficult.

But we need this for other reasons, so let's discuss adding biz vs. personal to the above ticket.

@megerman
Copy link
Author

That'd be great. Anything we can do to help speed that up would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants