Does anyone know the fieldid for credit card BINs?
# suitescript
l
Does anyone know the fieldid for credit card BINs?
s
I don’t think there is a specific field for the BIN, there is just
ccnumber
, which should contain a full, but masked, CC #. If configured to display the BIN, you should be able to just use the first 6 characters/digits from that field
l
hmmm, ok, thanks.
Do you know where the configuration to display BINs would be?
s
This is the only information I could find: https://netsuite.custhelp.com/app/answers/detail/a_id/7517 It’s possible the configuration is specific to your payment processor. Who do you use for credit card processing?
l
Thanks @scottvonduhn We use Solupay currently
b
that permission is actually unconnected to the payment processor, you can unmask credit card numbers stored in credit card fields even if there is no payment processor
s
I know there is an option to unmask card numbers completely. However, most systems also have separate preferences to leave either the BIN/PAN and/or the last four digits of the card number unmasked. I was looking in suite answers but found nothing related to BIN or PAN numbers.
We use Solupay in NetSuite as well, but externally we use Cybersource, and they have a setting to return cc numbers masked with either the first 6 or last four exposed. That setting lives in our Cybersource account, not in NetSuite.
l
Gotcha, thanks guys.