cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jdpes
New member
Status: New idea

In safari, there is the ability to add a text name or label to a saved credit card. This is useful if you have many cards and can't remember or don't want to memorize which number corresponds to which card.  This would be great to add to firefox

73 Comments
TimMaks
New member

To bad that there is done some work on this but it is still not implemented, see https://bugzilla.mozilla.org/show_bug.cgi?id=1443042

iauvi
New member

I am also seeking this option. Otherwise its hard to use this function. I have to check my cards manually again

adminflag
New member

Add Credit Card Name In Payment Management

With 2 business cards, 2 different visas, and a store card, and a 'wallet' card, keeping track of which card is which can be confusing. 

Jon
Community Manager
Community Manager

(Note: similar ideas have been merged into this thread)

tragedtea
New member

I came here to suggest this too! My library card number gets mixed up with my credit cards and it confuses me every time I see it. I hope someone picks up on the suggestion after all these years!

Tina5424
New member

Came here to suggest this! It would be SO useful!

AndrewMag
New member

Yes, a nickname for credit cards, or some way of identifying them would be great!

dco1
New member

Nicknames for Credit/Debit Cards

Allow users to give their cards nicknames. Such as, "CapitalOne-Use Last," "Rewards!," "Credit Union Debit," "Company Card," "Maxed out :(," "18.99% APR," or "Grandparents...Xmas only." Whatever they want.

ScarLion
Making moves
I had actually worked around this issue by just storing notes in the "Name" field, but a recent update to the Payment Methods Manager (about:preferences#managePayments) has taken away that usability for me.  By default, the interface now completely hides the "Name on card" text field from the summary list, showing only the last 4 digits and expiration year instead now.  sorry i'm not a robot and a bunch of XXXXXX1234 XXXX/2030 for half a dozen or more cards isn't digestable.
 
Impact:
I used the card name field to write critical notes identifying my cards (e.g., "boa", "pnc", or "boa-bus" for my corp account e.g. (i could even store the CVV there too but shush don't tell the PCI Council that!!)).  Because this field is now hidden from the main view, I can no longer tell my cards apart at a glance.  I'm forced to manually click the pencil icon to inspect single cards one by one to see my notes! 🤬 *switching to chrome* 😨 j/k i would never... but ig now i'll have to make a new sticky note or somthin so i can match the last 4 digits with my note.
 
+1
ScarLion
Making moves

OK hacker Gemini came up with this and I'm sharing since it's helpful, but the content displayed in the payment manager can be modified with some CSS code added to userContent.css (look up how to enable it if you're new).  With this we can add anything we want.  For example, if you have a card ending in 1312 that you want to know is for Bank of America, you can use something like this:

@-moz-document url-prefix("about:preferences") {
  /* 1. Make the target element an anchor for absolute positioning */
  [label*="1312"] {
    position: relative !important;
  }
  /* 2. Position the note absolutely */
  [label*="1312"]::after {
    content: " (Bank of America)";
    position: absolute;
    /* Adjust this to push the text past the expiration date */
    left: 75px;
    /* Anchors it to the bottom of the container.  If it sits too high, try changing to something like -10px; */
    bottom: 14px;
    /* Can match your theme */
    color: #a0a0a0;
    font-style: italic;
    }
}

 Result:

ScarLion_0-1784664403602.png

 add additional pairs of [label*="nnnn"] {} and [label*="nnnn"]::after {} blocks for additional cards.

Best,
Scar

f0
Making moves

named payment methods

A user enters a new payment method and is asked to save it. The user says yes and Firefox asks for an optional display name and confirms.

Next time a user is on a payment form and selects from the stored payments they see a list with the user defined names.

Jon
Community Manager
Community Manager

(Note: similar ideas have been merged into this thread)

qusuc
New member

Please add - I can't tell these numbers apart!