A billing descriptor is the text that identifies your charge on a customer''s card statement. It is usually around 22 characters, it is frequently truncated further, and it is the single highest-leverage field in your payments configuration.
Why it matters so much
A large share of chargebacks begin with a customer looking at a statement and not recognising a line. They do not remember your company name, or the charge came from a legal entity they have never heard of. So they call their bank — and a query becomes a dispute.
That failure mode is entirely preventable, and it costs a configuration change rather than a project.
| Poor | Better | Why |
|---|---|---|
| NORTHSTAR HLDGS LLC | ACME APP | Customers know the product, not the entity |
| SQ *A1B2C3D4 | ACME APP 5551234 | Opaque codes look fraudulent |
| ACME | ACME APP 5551234 | No way to contact you |
| ACME APP SUBSCRIPTION MONTHLY BILLING | ACME APP MONTHLY | Truncation destroys the tail |
Structure it well
- Front-load the recognisable part. Some banks show only the first 12–15 characters.
- Use the brand, not the entity. Whatever was on the website they bought from.
- Add a phone number if characters allow. It redirects the query to you.
- Use a soft descriptor for context:
ACME APP* INV 1042tells them which charge this is.
Annual renewals need extra care
A charge twelve months after signup is the hardest to recognise. A good descriptor helps, but pair it with an email a week beforehand naming the amount, the date and the descriptor exactly as it will appear. Disputes on annual renewals fall sharply when customers are warned.
GOOD QUESTIONS
Frequently asked
How long can a billing descriptor be?+
Usually 22 characters, though it varies by network and processor, and some banks truncate further. Assume the customer may see only the first 12 to 15 and put the recognisable part first.
What is a soft descriptor?+
A per-transaction suffix appended to your fixed company prefix — for example PAYDUDE* INVOICE 1042. It keeps the business identifiable while telling the customer what the specific charge was for.
Should the descriptor be my legal name or my brand?+
Your brand, almost always. Customers recognise the name they bought from, not the entity on your incorporation documents. A legal name nobody recognises is a leading cause of disputes.
Can I include a phone number?+
Yes, and it is worth doing if you have the characters. A customer who can call you resolves the query directly instead of calling their bank, which is what turns a question into a chargeback.
