§PlainStatute

Consumer · Right to Cancel

Right to Cancel a Purchase in New Jersey

How long you have to cancel a door-to-door purchase in New Jersey, the longer windows for timeshares and other categories, and why there is no general three-day right to return a car. Cited to the statute.

Confirmedagainst N.J. Stat. Ann. §17:16C-61.5 · checked against a mirror of the official code (Cornell LII / Justia)Reviewed by Cholilurrohman · July 2026
Right to cancel a purchase · New Jersey
New Jersey lets you rescind a door-to-door installment sale of goods over 25 dollars, but only by certified mail postmarked no later than 5 p.m. of the third business day. It is the fussiest cancellation rule in the country, and it does not cover cash sales or services.
3 business days, financed goods only
Cooling-off3 business days, financed goods only
How you must cancelCertified mail by 5pm
StatuteN.J. Stat. Ann. §17:16C-61.5

When the cooling-off right applies in New Jersey

The door-to-door window, the categories with their own clocks, and the purchases that are not covered.

When it appliesWhat it means
Three business days, certified mail by 5 p.m.The buyer must send notice by certified mail, return receipt requested, postmarked no later than 5 p.m. of the third business day after signing, under N.J.S.A. 17:16C-61.5. Not midnight, and not ordinary mail.
Financed goods over 25 dollars onlyThe right reaches a retail installment sale of goods over 25 dollars made away from the seller's place of business. It does not reach cash sales or sales of services.
The seller picks up the goods at its own expenseWithin ten business days the seller must pick up the goods at its own expense, refund all money paid, and redeliver any trade-in, under § 17:16C-61.5.
A no-waiver, bilingual receiptThe receipt may not waive your rights, and a seller who regularly uses another language must give one receipt copy in English and one in that language, under § 17:16C-61.6.
When there is no rightWhat it means
Cash sales and servicesA cash door-to-door purchase, and any door-to-door purchase of services rather than goods, is outside the statute, so only the federal FTC rule protects you there.
Vehicles and boatsMotor vehicles, boats, and their accessories are excluded by name, along with mail, telephone, and catalog orders.
Sales you asked for off-siteA sale where you asked the seller to enter into it at a place other than the seller's premises is excluded.
The federal rule is looser on how to cancel
The federal FTC rule accepts any written notice mailed by midnight of the third business day, while New Jersey demands certified mail postmarked by 5 p.m. A buyer who mailed ordinary notice at 8 p.m. may satisfy the federal rule and fail the state one, so plead both.
Federal floor
The FTC Cooling-Off Rule (16 C.F.R. Part 429) gives three business days to cancel a door-to-door sale of 25 dollars or more at your home, cash or credit, goods or services. A New Jersey Consumer Fraud Act claim adds treble damages and mandatory attorney fees.

What you can do right now

Concrete, neutral steps to cancel a covered purchase in New Jersey. This is consumer information, not legal advice.

  1. Use certified mail, and beat 5 p.m.

    New Jersey requires certified mail, return receipt requested, postmarked by 5 p.m. of the third business day. Ordinary mail or a midnight postmark does not satisfy the state statute.

  2. If you paid cash, use the federal rule

    The state statute covers only financed sales of goods. A cash buyer, or a buyer of services, relies on the federal FTC rule, which is broader and looser on how you cancel.

  3. Let the seller collect the goods

    The seller must pick up the goods at its own expense within ten business days, under § 17:16C-61.5. You do not have to ship them back.

  4. Complain if a valid rescission is refused

    File a complaint with the New Jersey Division of Consumer Affairs. A Consumer Fraud Act claim carries treble damages and mandatory attorney fees.

File a complaint in New Jersey

If a seller refuses a timely, valid cancellation, a state consumer-protection office can take your complaint and enforce the cooling-off rules.

New Jersey Division of Consumer Affairs

This is general consumer information, not legal advice. The category, the notice, and the deadline all matter, so confirm your right against the statute and use the complaint route if a valid cancellation is refused.

What New Jersey buyers get wrong about cancelling

New Jersey's door-to-door right is the fussiest in the country about how you cancel, and ordinary mail is not enough. Under N.J.S.A. 17:16C-61.5 you can rescind a door-to-door installment sale of goods over 25 dollars, but only by certified mail, return receipt requested, postmarked by 5 p.m. of the third business day, not midnight. A buyer who drops an ordinary first-class letter in the box at 8 p.m. on day three has likely satisfied the federal rule and failed the state one, so it always pays to plead both. New Jersey is also a credit-and-goods-only statute. Buy a 400 dollar vacuum on an installment contract and you are covered, but pay the same 400 dollars in cash, or buy a service instead of a product, and only the federal FTC rule protects you. The state does one thing unusually well: the seller must come pick the goods up at its own expense within ten business days. The official New Jersey statutes portal is a JavaScript search application with no fetchable link, so this page relies on two independent mirrors that agree.

Common questions

Does regular first-class mail count in New Jersey?

Not under the state statute, which demands certified mail, return receipt requested, postmarked by 5 p.m. of the third business day. The federal FTC rule is looser and accepts any written notice by midnight.

I paid cash at my door. Am I covered?

Not by N.J.S.A. 17:16C-61.5, which reaches only retail installment sales of goods. A cash buyer relies on the federal FTC rule, which covers cash and credit alike.

Do I have to ship the goods back myself?

No. Under § 17:16C-61.5, the seller must pick up the goods at its own expense within ten business days of your rescission notice.

Can I get more than a refund in New Jersey?

Yes. A New Jersey Consumer Fraud Act claim, N.J.S.A. 56:8-19, carries treble damages plus mandatory reasonable attorney fees, which makes small door-to-door cases viable.

Primary source
N.J. Stat. Ann. §17:16C-61.5
N.J.S.A. 17:16C-61.5 (Justia, official portal has no fetchable link) · law.justia.com
Cholilurrohman
Every figure on this page is checked line-by-line against the current statute. Editorial standards →

Not legal advicePlainStatute provides plain-language summaries of public law for general information only. This is not legal advice. Statutes change; always confirm current requirements with the official source linked above before acting.

Embed this explainer

Paste this on your own site. The embed stays in sync with this page, so any update here shows up there too.

<iframe
  src="https://plainstatute.com/embed/statute/right-to-cancel-cooling-off--new-jersey"
  title="New Jersey statute explainer by PlainStatute"
  loading="lazy"
  height="640"
  style="width:100%;max-width:640px;border:1px solid #e4e2d9;border-radius:12px"
  data-plainstatute="right-to-cancel-cooling-off--new-jersey"></iframe>
<script>
  window.addEventListener('message', function (e) {
    if (e.origin !== 'https://plainstatute.com') return;
    var d = e.data || {};
    if (d.type !== 'plainstatute:embed-height') return;
    var f = document.querySelector('iframe[data-plainstatute="' + d.slug + '"]');
    if (f) f.height = d.height;
  });
</script>