#jade-issuing-duplicate-last4
1 messages · Page 1 of 1 (latest)
Hi 👋 trying to fill in some gaps here to make sure I understand what you're referring to. Are these cards that you're ordering as part of Stripe Issuing? If so, are the full card numbers the same or just the last 4?
Yes, part of Issuing Cards
Only the last 4 are the same (full cards numbers aren't returned back from the API afaict https://stripe.com/docs/api/issuing/cards/object)
Are these virtual or physical cards? I think the number field is included when retrieving a specific card, but only for virtual cards.
jade-issuing-duplicate-last4
Physical cards
I don't think there's any way to avoid this. Card numbers are generated kind of randomly and it's always possible to have 2 cards with the same last 4, even if you ordered just 2 cards
Is there any way we can differentiate then if we do have duplicate cards (possible getting last 6 instead of just last 4 digits)?
Another way we were thinking is upon card creation, we check if that is a duplicate per a batch and cancel/replace with a new card if so
no you won't get last 6, the data is protected by PCI compliance.
When you create a Card, we will print the Cardholder's name on it. Is that not enough?
We print the same card holder name for each batch. Each batch of cards created would be for a customer and we print the customer's name on the card
unfortunately there isn't really a solution in that case then
I'd recommend working directly with our support team instead: https://support.stripe.com/contact
This is basically an issue for a single Cardholder having more than 1 card