by grahamgooch on 3/24/25, 7:12 PM with 9 comments
To be clear - I just need to know if the card is a virtual card.
Is there any API service out there that can provide provide this information?:
Real-World Example:
Let’s say you have a real Bank of America Visa card. You go to the BoA app and generate a virtual card • primary/real card: 4111 1111 1111 1111 Virtual card (temporary): 5278 3412 9182 4470
Why Fraudsters Use Virtual Cards They can create many cards quickly using stolen or fake data Each card works long enough to pay fraud
by gregjor on 3/25/25, 2:47 AM
Look at the API for your payment processor. I know they can identify debit and prepaid cards. Beyond that I don’t think they can reveal much about the card.
by leros on 3/25/25, 6:52 PM
Sounds like you're trying to detect fraud. There are fraud detection platforms particularly designed for checkout fraud. Instead of re-inventing the wheel with a theory you have, I would look into some of those solutions that are fairly robust taking into account many different factors and often data from across merchants.
by pickle-wizard on 3/27/25, 4:06 PM
Also it is likely that your merchant processor offers this as a service. You should speak with them. Back we I worked for a processor we offered all kinds of different logic on different card types. They are not usually turned on by default and you have to request they be turned on. One that our customers frequently requested was to block pre-paid cards.
by anon743448 on 3/25/25, 11:56 AM
So would real card.
by gsck on 3/26/25, 2:35 PM
I can't see why this would be more of an issue than any other type of card?
by solardev on 3/25/25, 6:49 AM
by uncomplexity_ on 3/25/25, 5:32 AM