The short answer
The statement billing descriptor is the text — typically up to 22 characters — that shows up next to a charge on a cardholder's bank or credit card statement. It's composed of a hard (static) prefix identifying your business + a soft (dynamic) suffix identifying the specific product, order, or sub-brand.
In plain English
Your customer bought something from "Sunrise Botanicals" at checkout. A week later they see "SB*ORDR-4821" on their Chase statement and think: "did someone steal my card?" They call Chase, say "I don't recognize this charge," and now you have a chargeback.
The descriptor is the single most controllable piece of data on your statement. Getting it right prevents more disputes than any fraud tool.
What operators need to know
- Format: Most processors use
HARD*SOFTwhere HARD is 3–12 chars locked to your merchant name and SOFT is 0–18 chars dynamic per transaction. Total usually caps at 22. - Include a phone number or URL in the descriptor — issuers render it, and it gives the customer a way to contact you before calling the bank.
- Match the checkout brand — if they bought "Sunrise Botanicals," the descriptor should say "SUNRISE" or "SUNRISEBOTAN," not your legal LLC name.
- Don't abbreviate into unrecognizability — "MDXLLC0429" is a chargeback magnet.
- Dynamic descriptors per brand — on an aggregated MID, pass a unique soft descriptor per sub-brand so each brand's customers see their own brand name, not the parent.
- Descriptor changes require underwriting approval on most processors — you can't just rewrite it in code.
Numbers to know
"I don't recognize this charge" (reason code 4863 Visa, 4837 MC) accounts for 30–45% of all e-commerce disputes. Operators who deploy clean, brand-matched, phone-number-bearing descriptors typically cut non-fraud disputes by 20–40%.
Why multi-brand operators care
If you're running multiple brands on one parent MID, the default descriptor often shows the parent company's name — which the customer has never heard of. Configure soft descriptors per brand at the gateway or processor level so every customer sees the brand they actually bought from. This is table stakes for a multi-brand portfolio.