hyperswitch
hyperswitch copied to clipboard
[FEATURE] todo: Card Issuer from Card BIN number
Feature Description
Connector like Worldline requires payment method id which is mandatory to create payment request and this is unique for every card issuer. So our system should be able to decide the card issuer based on the input card number.
Possible Implementation
Need to maintain a table which maps BIN number and the issuer type.
Have you spent some time to check if this feature request has been raised before?
- [X] I checked and didn't find similar issue
Have you read the Contributing Guidelines?
- [X] I have read the Contributing Guidelines
Are you willing to submit a PR?
None