#davidscreeko - Meal Voucher Cards
1 messages · Page 1 of 1 (latest)
Hello! I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
I think this is a technical question no?
Identifying the card issuer before submitting a payment intent to the network
If you want to identify details about the card you can create a Payment Method and then look at the details in the card hash here: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card
However, we do not expose the card issuer there.
Yes.
So the only way to get to the card issuer or BIN is posting the payment intent and reading the response?