Should inactive card loose precedence over active card?
- Dominant language
- C#
- Stars
- 50
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Right now the precedence rule is quite wacky. One way to improve it could be to strictly favorite an active card over an inactive one. To know which card id actually active or not we can follow the [Wikipedia's table](https://en.wikipedia.org/wiki/Payment_card_number#Issuer_identification_number_(IIN)):
For example, we would have Visa over Switch for a card starting with 4903 and GPN over Solor for a card starting with 6334:

Our goal is to identify a card given a card number. I guess that there are more chance to cross the path of an active card over an inactive one.
This change could introduce a breaking change.
What do you think?
Contributor guide
Assessment
This issue has not been assessed yet.