Y
Hacker News
new
|
ask
|
show
|
jobs
by
ScottWhigham
3111 days ago
I don't know that the banks "tell" vendors "This purchase was made with a pre-paid credit/bank card" - I've not seen a flag that shows that before.
3 comments
spjwebster
3111 days ago
Stripe give you a `funding` property on a card source [0], which at least in the UK distinguishes between debit, credit and prepaid cards somewhat reliably.
0:
https://stripe.com/docs/api/python#card_object-funding
I assume this is not exclusive to Stripe.
link
tyingq
3111 days ago
You can find lists of the BIN numbers for prepaid cards. Also, in the US, most of them fail AVS checks with a 'U' code.
link
mortenjorck
3111 days ago
As a former Redbox employee told me: this is a premium service from card issuers.
link
0: https://stripe.com/docs/api/python#card_object-funding
I assume this is not exclusive to Stripe.