Ask HN: Why doesn't Stripe allow you to get BIN numbers?
BIN numbers (first 6 digits of a credit card number) are used for everything from fraud prevention to showing a user which bank their payment card was from.
Seemingly all other payment processors give BIN information as part of their webhooks and APIs, but Stripe does not.
Is there a reason for this? Different interpretation of PCI compliance?
3 comments
[ 3.6 ms ] story [ 22.3 ms ] threadYou can also write much more robust rules using Radar: https://stripe.com/docs/radar/rules. Something like: `Review if :is_disposable_email: and :card_funding: = 'prepaid'`
I was hoping there was a private API to support access?