American Express Test Card Numbers
American Express sandbox cards including 3782 822463 10005, plus a Luhn-valid generator for 15-digit Amex numbers (BIN 34/37, 4-digit CID).
What it does
15-digit Amex format
American Express cards are 15 digits — different from Visa/Mastercard's 16. The generator produces correct 15-digit numbers.
BIN prefixes 34 and 37
All Amex cards start with 34 or 37. The generator uses both BIN prefixes.
4-digit CID
Amex uses a 4-digit Card Identification Number (CID/CID2) on the front of the card — not a 3-digit CVV.
Display format 4-6-5
Amex numbers display as XXXX XXXXXX XXXXX (4-6-5 groups), unlike Visa/MC's 4-4-4-4.
How to use American Express Test Card Numbers
- 1Select Amex
Click the Amex button in the network selector.
- 2Note the 4-digit CID
Amex uses a 4-digit CID. When testing Amex forms, the CID field expects 4 digits, not 3.
- 3Generate
Click Generate Cards to produce Luhn-valid 15-digit Amex numbers.
- 4Test 4-digit CID handling
Use these to verify your payment form accepts a 4-digit security code when the card is detected as Amex.
Testing Amex-specific form handling
Amex's unique format creates specific testing requirements. Payment forms must correctly detect Amex (prefix 34 or 37), switch to a 15-digit field length (4-6-5 display format), and show a 4-digit CID field instead of the standard 3-digit CVV. Testing with generated Amex numbers verifies all three of these behaviors — a common source of bugs in payment form implementations that only tested with Visa numbers during development.
Frequently Asked Questions
What is the American Express test card 3782 822463 10005?
- 3782 822463 10005 is the canonical Amex sandbox card used by Stripe, Adyen and Braintree. In test mode it always returns a successful authorization. It's a 15-digit number with BIN 37, formatted as 4-6-5 groups, and uses a 4-digit CID (any 4 digits work) with any future expiry date.
Why are Amex cards 15 digits, not 16?
- American Express uses a 15-digit number format that predates the current 16-digit standards. The format is 4-6-5 (XXXX XXXXXX XXXXX) rather than Visa/Mastercard's 4-4-4-4. Amex has not changed this to maintain compatibility with existing infrastructure.
What is the CID and how does it differ from CVV?
- The CID (Card Identification Number, also called CID2 or 4DBC) is Amex's version of the card security code. Unlike Visa/MC's 3-digit CVV on the back of the card, Amex's CID is 4 digits and printed on the front of the card above the card number.
Related Tools
Stripe Fee Calculator
Calculate Stripe fees for any transaction across 20 countries — cards, ACH, SEPA, Apple Pay, Klarna, Connect, Subscriptions, Refunds, and Disputes. Forward and reverse modes, side-by-side comparisons with PayPal, Square, Braintree, and others, bulk CSV calculation, and shareable permalinks. Itemized breakdown with the exact formula, sourced from Stripe's official pricing pages. 100% in your browser.
UUID Generator
Generate random UUID v4 identifiers. Bulk generate up to 100 UUIDs, toggle uppercase/lowercase and hyphen formatting.
JSON Formatter
Clean, minify, and validate JSON data structures.
JWT Decoder
Decode and inspect JWT tokens — header, payload, timestamps.
Regex Tester
Real-time expression matching and testing.