Best Ways to Ask for Credit Card Information in Online Forms (2024)

Advice on how to ask for credit card details on web forms and checkouts

Asking for card payment information online is a vital part of any online transactions journey. It is therefore commonplace, but surprisingly difficult to get right and make it as simple as possible for users to optimize your checkouts and forms.

This article provides some best practice form design advice and things to avoid when designing inputs to ask for credit card information. We will not cover trust symbols or signalling in this blog, or social proof, as they deserve articles that go into more depth. This will focus instead on the necessary inputs required to take card payment and how to make them as good as possible.

Discover whether your credit card fields are causing users to abandon by getting started with a Zuko free trial or demo.

Some data

Take for following data for a credit card field, taken from Zuko's form analytics data:

Best Ways to Ask for Credit Card Information in Online Forms (1)

We can see that over 40% of users who interact with either version of this card field have to return to it at least once. We can also see that for abandoned sessions in this form, users return to the Credit Card field at least twice - that trying to enter credit card information three times (2 field returns means a user interacted once, then came back twice, making 3 in total).

Across a sample of Zuko clients, we saw that between 40 and 50% of users return to credit card fields at least once. This is a fairly significant number of people who do not enter their information correctly on the first attempt. For a smooth checkout experience, it should be a priority to reduce this.

For more advice on how to improve form conversion, check out Zuko's Big Guide to Form Optimization and Analytics.

Which payment cards are accepted?

Ideally your website accepts all common card types, but those with more unusual cards may seek reassurance that their card is accepted - for example, those with Amex or Discover cards may have experienced real life situation where their card have not been accepted, so will look for a logo or image to reassure them it is accepted online.

Often these symbols appear before entering the information itself, at the point where a customer initially selects what type of payment they are choosing (for example if you offer the option to pay via Paypal, credit, or Klarna):

Best Ways to Ask for Credit Card Information in Online Forms (2)

Best Ways to Ask for Credit Card Information in Online Forms (3)

What information do I need to ask?

In order to process a payment via credit card, you need the following information:

  • Card number
  • Cardholder Name
  • Expiry Date
  • Security Code
  • Billing Address

Cutting out unnecessary fields

In recent years we’ve seen an improvement in this regard, but there are still forms out there that ask for additional and unnecessary information.

Two examples:

Card type

Best Ways to Ask for Credit Card Information in Online Forms (4)

You (the merchant) can determine the payment type from the first digits entered, and you therefore do not need to ask for this extra information from users.

For example:

3 - travel/entertainment cards (such as American Express and Diners Club)

4 - Visa

5 - MasterCard

6 - Discover Card

Start Date

Best Ways to Ask for Credit Card Information in Online Forms (5)

This may have been a requirement in the past, but is no longer needed in order to take payment, so cut it.

Each additional field in a form adds to the cognitive load of a user, even if they don’t fill it out - in other words, the form requires more effort the more information you’re asking for, even if it is not requirement. Trim where possible.

We will not cover address fields in this article, as they deserve a blog in their own right. That leaves us with Card Holder Name, Card Number, Expiry Date and Security Code.

How should I label my fields?

This sounds like it should be extremely straightforward, but there are a couple of traps here.

Card Holder

Remember, you’re looking for the name, as it appears on the card not the person’s full name or name on the bank account. So labelling your field like this:

Best Ways to Ask for Credit Card Information in Online Forms (6)

May in fact be confusing. Is this asking for my full name? Stick with either ‘Name on Card’ or ‘Name (as it appears on card)’

You can also use help text:

Best Ways to Ask for Credit Card Information in Online Forms (7)

The above is a long winded way of asking for the same information.

Security Code

Those extra numbers you need in order to be able to take card payments. Different companies have different naming conventions:

  • card verification value (CVV2, Visa)
  • card verification code (CVC, Mastercard)
  • card identification number (CID, Amex, 4 digits)

Rather than picking one of these and potentially confusing users who refer to it by a different name, it's best to go broad (“Security Code”) and then help users.

An image like this is very useful:

Best Ways to Ask for Credit Card Information in Online Forms (8)

Remember that these codes site in different places for different card types and for AMEX users, this code is 4 digits long (we’ve seen security code fields that limit you to three characters and therefore break for AMEX users).

General field labelling best practices also apply - labels should be visible at all times, even after a user enters information into fields, and at no point should you rely only on icons, like the below:

Best Ways to Ask for Credit Card Information in Online Forms (9)

What does a padlock symbol mean? My pin number? A password? Icons can be ambiguous and unhelpful - side with clarity, and have labels be always visible, and as descriptive and clear as possible.

What format should data be provided in? Accepting user inputs and reducing errors

Card numbers can be typed by users:

  • As one single long number
  • As four sets of four numbers separated by dashes
  • As four sets of four numbers separated by spaces

You have two choices in how to deal with this

  1. Inform users of what format to type their card number in and restrict their inputs
  2. Allow users to type information how they want, and you accept it and transform it into a format that fits with your data

For option 2 above, you can either transform the data ‘in real time’ as the user is typing, or change the data at the point of submission. Our advice would be the latter, since the former is effectively just a way to restrict user inputs, the difference being that you are explicitly showing the user how you are doing this.

However, if you are only going to accept one format, help users avoid mistakes. One way to do this is to restrict inputs within a card field to numeric characters only (since you know alpha and special keys will always be invalid) - this will also ignore space bar presses too.

This form, adds spaces in as you type them, so the number reflects the layout on the front of a card:

Best Ways to Ask for Credit Card Information in Online Forms (10)

Avoid drop downs wherever possible

For payment details, you may be tempted to ask for the expiry date in the form of a drop down:

Best Ways to Ask for Credit Card Information in Online Forms (11)

Best Ways to Ask for Credit Card Information in Online Forms (12)

Best Ways to Ask for Credit Card Information in Online Forms (13)

Try and avoid this, as drop downs can be problematic for users, as we’ve discussed elsewhere. Instead, a single input box is quicker to complete:

Best Ways to Ask for Credit Card Information in Online Forms (14)

Be sure to set the field type as ‘tel’ in the HTML so that mobile users will see a numeric keyboard by default too:

Best Ways to Ask for Credit Card Information in Online Forms (15)

If you'd like to find out more about why drop downs are bad for online users, head over to our blog about it.

Error messages - clear, unambiguous, helpful

Despite your best efforts, users will still occasionally make mistakes. When they do, it is vital that you help them notice and correct their errors quickly and easily.

Our criteria for error messages is that they be clear, unambiguous and helpful. Many error messages fail to meet this criteria. For example:

Best Ways to Ask for Credit Card Information in Online Forms (16)

I have entered a card number that is too short, but the error does not highlight exactly where I’ve made my mistake. The message is also confusing and deeply unhelpful.

On the same site, if I enter a two digit Security Code:

Best Ways to Ask for Credit Card Information in Online Forms (17)

This is ambiguous, since the actual error is that I’ve only entered two digits instead of three. The site knows this and could take steps to be more helpful.

Compare the above to this:

Best Ways to Ask for Credit Card Information in Online Forms (18)

Next to the field in question, highlighted in red, with a very helpful guide as to why exactly I cannot enter this card number.

Card number errors are often unhelpful:

Best Ways to Ask for Credit Card Information in Online Forms (19)

In the above case, I have entered dashes (and too many of them at that). A more helpful error message might be ‘Please only enter numbers and avoid special characters or dashes’.

Here are some more unhelpful messages:

Best Ways to Ask for Credit Card Information in Online Forms (20)

Being ‘not valid’ is something computers say, and doesn’t help users correct their mistake. Is the number too short, or too long? Have I missed it entirely? Have I entered spaces when I shouldn’t have? Is the date in the past? Your error messages should not only highlight mistakes but help fix them too. Checkout our dedicated article on implementing error messages correctly for more information.


Pulling it all together

When building your form and asking for card information remember these key points:

  • Ask for the minimum amount of information you require
  • Label fields clearly, and provide additional information where needed (for Security code for example)
  • Accept multiple user inputs and formats if possible. If not, help users avoid mistakes by restricting inputs that are not valid
  • Make error messages clear, unambiguous and helpful

And always use data to identify your problem form fields rather than relying on guesswork.

If this has been of use to your CROefforts and you would like to know more about how to improve your form and checkout conversion, contact us on [email protected] or sign up for a demo or trial

Best Ways to Ask for Credit Card Information in Online Forms (2024)

FAQs

Best Ways to Ask for Credit Card Information in Online Forms? ›

Login to the credit card provider's official website using your banking credentials and navigate to the 'Statement' or 'Transactions' section. You can view or download the statement for the last six months from there. You can also request the same via email or a customer care number or visit the nearest branch.

How do I ask for a credit card statement? ›

Login to the credit card provider's official website using your banking credentials and navigate to the 'Statement' or 'Transactions' section. You can view or download the statement for the last six months from there. You can also request the same via email or a customer care number or visit the nearest branch.

What is the best way to send credit card info? ›

Phone Call

Instead of sending your credit card info by email and leaving a paper trail, it's safer to call the recipient. Then, the recipient can enter your credit card info directly into a payment processor without needing to jot it down.

How do you write an authorization for a credit card? ›

Typically it contains:
  1. The cardholder's credit card information: Card type, Name on card, Card number, Expiration date.
  2. The merchant's business information.
  3. Cardholder's billing address.
  4. Language authorizing the merchant to charge the customer's card on file.
  5. Name and signature of the cardholder.
  6. Date.

How do you securely collect credit card information? ›

Use a PCI-compliant card data storage system

If you back up your card information, make sure to store them on secure servers and databases, and ensure that files are fully encrypted. That way, if they do get stolen, the data won't be readable.

Can I request a credit card statement online? ›

Log in to Online Banking and navigate to your credit card Account details page, then select the Statements & Documents tab. You'll have access to your credit card statements and also be able to request paper statements.

How to get credit card details online? ›

How to find your Credit Card number online?
  1. Start by logging into your online banking portal or mobile app. ...
  2. If you've made online purchases recently, your browser's autofill feature might have your Credit Card information saved.
  3. Additionally, payment services allow you to view linked Credit Card details.
Mar 1, 2024

What is the safest way to give credit card details? ›

Avoid sharing credit card details over email and text messages, or by giving people written notes. Where possible, use a secure payment details manager like Dropbox Passwords to share your details, as you can keep an eye on who has access and revoke it at any time.

Is it better to text or email credit card info? ›

You should never send your entire credit card number along with the expiration date and CVV. Instead, I recommend sending a partial piece of your credit card through text message. Then, you can send the rest of the credit card info through email or another messaging app.

How do I give my credit card information? ›

If you need to send credit card information to someone, you should do so using a secure method such as a secure file sharing service or encrypted email. You should also never include credit card information in an email signature, as this can be easily intercepted by someone who has access to your email account.

How do you write a letter requesting a credit card? ›

Dear Sir/Madam, I hope this email finds you well. My name is Sender's Name, and I am writing to express my interest in obtaining a credit card from XYZ Bank. I have heard excellent things about your bank's credit card services and would like to take advantage of the benefits and features offered.

How do I create a secure credit card authorization form? ›

It's simple: A credit card authorization form typically includes the following general information to ensure a smooth transaction process:
  1. Cardholder's name.
  2. Card number.
  3. Card network.
  4. Credit card expiration date.
  5. Billing address.
  6. Contact information.
  7. Authorized amount.
  8. Cardholder's signature.
Jul 17, 2023

How do I write an authorization request? ›

5 steps to write a letter of authorization.
  1. Identify the parties involved. ...
  2. Specify the authority granted. ...
  3. Define the duration of the agreement. ...
  4. Include any necessary details. ...
  5. Sign the document.
Mar 28, 2024

Is it safe to give credit card info on website? ›

Remember that credit card fraud and theft can occur when your information has been shared online, even when you have a password-protected account with that site. There could be possible errors on your credit report (which you can dispute) and potentially hurt your credit score.

Is it illegal to write down credit card details? ›

NEVER physically write down any credit card information unless you are explicitly required to do so as part of your business processes. NEVER acquire or disclose any cardholder's credit card information without the cardholder's consent, including but not limited to: the partial sixteen (16) digit card number.

Is it safe to share credit card number and CVV? ›

Never give out your CVV when using your credit or debit card in person. Anyone asking for your CVV during an in-person transaction could be trying to steal your information. It's only safe to give your CVV number over the phone or on a secure site. Never give out your CVV when paying in person.

How do you politely ask for a bank statement? ›

Respected Sir/Madam, I would like to bring to your kind notice that, I am (Mention your name) maintaining a savings account. I have an account with your bank with the account number XXXXXXXXXXX5673, and I need a bank statement for the last six months (1/12/2021 to 1/05/2022).

Can you get a statement for a credit card? ›

While there's a balance or activity on your account, credit card statements are issued every month. Depending on your preferences, statements will be delivered to you by post or online. Statements include your balance, recent transactions, interest rate and payment due information.

How do I subpoena a credit card statement? ›

Take a blank Deposition Subpoena for Production of Business Records (form SUBP-010) to your court clerk's office. The clerk will issue the subpoena. This means the clerk signs and stamps the subpoena before you fill it out. Bring a separate one for each person, business, or agency you want to subpoena.

Do credit card companies have to provide statements? ›

The creditor shall mail or deliver a periodic statement as required by § 1026.7 for each billing cycle at the end of which an account has a debit or credit balance of more than $1 or on which a finance charge has been imposed.

Top Articles
What is GPT-3? Everything You Need to Know - TechTarget
Just Dance+ | Ubisoft (US)
Jordanbush Only Fans
Craigslist Pets Longview Tx
Lexi Vonn
Farepay Login
Top 10: Die besten italienischen Restaurants in Wien - Falstaff
Sissy Hypno Gif
Weapons Storehouse Nyt Crossword
Kostenlose Games: Die besten Free to play Spiele 2024 - Update mit einem legendären Shooter
83600 Block Of 11Th Street East Palmdale Ca
Tiraj Bòlèt Florida Soir
Ktbs Payroll Login
Space Engineers Projector Orientation
Spelunking The Den Wow
Cvs Learnet Modules
Belle Delphine Boobs
Craigslist List Albuquerque: Your Ultimate Guide to Buying, Selling, and Finding Everything - First Republic Craigslist
ARK: Survival Evolved Valguero Map Guide: Resource Locations, Bosses, & Dinos
R Personalfinance
Beverage Lyons Funeral Home Obituaries
Xfinity Cup Race Today
Craigs List Jonesboro Ar
Busted Mugshots Paducah Ky
Mynahealthcare Login
Tinyzonehd
Tracking every 2024 Trade Deadline deal
The Procurement Acronyms And Abbreviations That You Need To Know Short Forms Used In Procurement
Poe T4 Aisling
Dtlr On 87Th Cottage Grove
Otis Offender Michigan
Craigslist Free Puppy
Leland Nc Craigslist
The Wichita Beacon from Wichita, Kansas
The Pretty Kitty Tanglewood
De beste uitvaartdiensten die goede rituele diensten aanbieden voor de laatste rituelen
Tendermeetup Login
1-800-308-1977
Dr. John Mathews Jr., MD – Fairfax, VA | Internal Medicine on Doximity
Robeson County Mugshots 2022
R Nba Fantasy
Jail View Sumter
B.C. lightkeepers' jobs in jeopardy as coast guard plans to automate 2 stations
Citibank Branch Locations In Orlando Florida
Atom Tickets – Buy Movie Tickets, Invite Friends, Skip Lines
Foxxequeen
Deepwoken: How To Unlock All Fighting Styles Guide - Item Level Gaming
Chubbs Canton Il
Actress Zazie Crossword Clue
Dineren en overnachten in Boutique Hotel The Church in Arnhem - Priya Loves Food & Travel
Assignation en paiement ou injonction de payer ?
Congressional hopeful Aisha Mills sees district as an economical model
Latest Posts
Article information

Author: Manual Maggio

Last Updated:

Views: 5750

Rating: 4.9 / 5 (49 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.