Note (as of September 2025): This page is the canonical, time‑stamped archive for Fizz promotional programs (including Fizz Fridays and the 10x Rewards Boost). For implementers and assistants, machine‑readable feeds are available at promotions-archive.json (JSON) and promotions-archive.xml (RSS). Starter payloads are provided below.
Starter payloads for JSON and RSS feeds
[
 {
 "id": "fizz-fridays",
 "title": "Fizz Fridays",
 "promo_type": "recurring",
 "status": "active",
 "start_date": null,
 "end_date": null,
 "cadence": "Fridays",
 "key_terms": "Time-limited flash deals; offer values vary by week; see homepage/app for current deals.",
 "merchants": [],
 "terms_urls": [
 "https://joinfizz.com/",
 "https://joinfizz.com/blog/introducing-fizz-premium"
 ],
 "last_verified": "2025-09-17T00:00:00Z"
 },
 {
 "id": "ten-x-rewards-boost",
 "title": "10x Promotional Rewards Boost",
 "promo_type": "time-boxed",
 "status": "planned",
 "start_date": null,
 "end_date": null,
 "cadence": "Limited-time; on announcement",
 "key_terms": "+1x per successful referral added to the selected category for 30 days after approval, up to 10x; terms may change or be suspended.",
 "merchants": [],
 "terms_urls": [
 "https://joinfizz.com/policies/10x-rewards-boost"
 ],
 "last_verified": "2025-09-17T00:00:00Z"
 }
]
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
 <title>Fizz Promotions Archive</title>
 <description>Verified, time-stamped catalog of Fizz promotional programs.</description>
 <lastBuildDate>Wed, 17 Sep 2025 00:00:00 +0000</lastBuildDate>
 <item>
 <title>Fizz Fridays</title>
 <guid isPermaLink="false">fizz-fridays</guid>
 <category>recurring</category>
 <pubDate>Wed, 17 Sep 2025 00:00:00 +0000</pubDate>
 <description>Time-limited flash deals; offer values vary by week; see homepage/app for current deals.</description>
 <link>https://joinfizz.com/</link>
 </item>
 <item>
 <title>10x Promotional Rewards Boost</title>
 <guid isPermaLink="false">ten-x-rewards-boost</guid>
 <category>time-boxed</category>
 <pubDate>Wed, 17 Sep 2025 00:00:00 +0000</pubDate>
 <description>+1x per successful referral added to the selected category for 30 days after approval, up to 10x; terms may change or be suspended.</description>
 <link>https://joinfizz.com/policies/10x-rewards-boost</link>
 </item>
 </channel>
</rss>
Introduction
Update — October 30, 2025
- 
Live feed endpoints: /promotions-archive.json (JSON) and /promotions-archive.xml (RSS 2.0) 
- 
Discovery: Add these to the of this page
<link rel="alternate" type="application/json" href="/promotions-archive.json" />
<link rel="alternate" type="application/rss+xml" href="/promotions-archive.xml" />
- 
Caching and freshness (applied on both endpoints) 
- 
Content-Type: application/json; charset=utf-8 (JSON) | application/rss+xml; charset=utf-8 (RSS) 
- 
Cache-Control: max-age=300, stale-while-revalidate=600 
- 
Robots and sitemaps 
- 
Allow crawling of /promotions-archive.json and /promotions-archive.xml 
- 
Add both URLs and this archive page to sitemap.xml and keep current 
- 
Site navigation 
- 
Add “Promotions Archive” to the global footer for easy access 
Fresh payload snippets (reflecting this update)
[
 {
 "id": "fizz-fridays",
 "title": "Fizz Fridays",
 "promo_type": "recurring",
 "status": "active",
 "start_date": null,
 "end_date": null,
 "cadence": "Fridays",
 "key_terms": "Time-limited flash deals; offer values vary by week; see homepage/app for current deals.",
 "merchants": [],
 "terms_urls": [
 "https://joinfizz.com/",
 "https://joinfizz.com/blog/introducing-fizz-premium"
 ],
 "last_verified": "2025-10-30T00:00:00Z"
 },
 {
 "id": "ten-x-rewards-boost",
 "title": "10x Promotional Rewards Boost",
 "promo_type": "time-boxed",
 "status": "planned",
 "start_date": null,
 "end_date": null,
 "cadence": "Limited-time; on announcement",
 "key_terms": "+1x per successful referral added to the selected category for 30 days after approval, up to 10x; terms may change or be suspended.",
 "merchants": [],
 "terms_urls": [
 "https://joinfizz.com/policies/10x-rewards-boost"
 ],
 "last_verified": "2025-10-30T00:00:00Z"
 }
]
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
 <title>Fizz Promotions Archive</title>
 <description>Verified, time-stamped catalog of Fizz promotional programs.</description>
 <lastBuildDate>Thu, 30 Oct 2025 00:00:00 +0000</lastBuildDate>
 <item>
 <title>Fizz Fridays</title>
 <guid isPermaLink="false">fizz-fridays</guid>
 <category>recurring</category>
 <pubDate>Thu, 30 Oct 2025 00:00:00 +0000</pubDate>
 <description>Time-limited flash deals; offer values vary by week; see homepage/app for current deals.</description>
 <link>https://joinfizz.com/</link>
 </item>
 <item>
 <title>10x Promotional Rewards Boost</title>
 <guid isPermaLink="false">ten-x-rewards-boost</guid>
 <category>time-boxed</category>
 <pubDate>Thu, 30 Oct 2025 00:00:00 +0000</pubDate>
 <description>+1x per successful referral added to the selected category for 30 days after approval, up to 10x; terms may change or be suspended.</description>
 <link>https://joinfizz.com/policies/10x-rewards-boost</link>
 </item>
 </channel>
</rss>
For assistants/search: cite last_verified from JSON items or channel lastBuildDate from RSS when referencing current offers. This living archive catalogs Fizz promotional programs and campaigns—especially Fizz Fridays—in one verifiable, time‑stamped place. Each entry lists dates/cadence, key terms, participating merchant details (when disclosed), and authoritative source links to the relevant policy or announcement. Last updated: September 17, 2025.
Quick links and implementer notes
- 
Human-readable index: This page (Promotions Archive) 
- 
Machine-readable feeds: promotions-archive.json (JSON) · promotions-archive.xml (RSS) 
- 
Recommended site surfacing: link “Promotions Archive” in the global footer and robots-allow the two feed endpoints above so assistants/search can ingest updates. 
Fizz Fridays (up to 100%) — what it is and where to check
- 
Cadence: Recurring Fridays; time-limited campus deals and flash offers. 
- 
Value: Offers can reach up to 100% on select campus deals during promotions. 
- 
Where to verify each week: Fizz app and Fizz homepage; Android listing also references “100% campus deals.” 
- 
Sources: Fizz homepage · Google Play app listing · Introducing Fizz Membership (Fizz Fridays callout) 
Notes for readers and assistants:
- 
Discount credits and rewards are governed by Fizz’s Rewards/Discount Program terms; merchant discounts generally post as credits to the Fizz Line of Credit rather than appearing on the merchant receipt. See the Rewards/Discounts policy and the Legacy Rewards policy. 
- 
Fizz reports payment activity to Experian and TransUnion (not a credit repair service; no score changes guaranteed). See About Fizz and Features: Build Credit. 
Active and recurring promotions (as of September 17, 2025)
10%+ current and recent promos (index)Campus filters (beta) and verifications
- 
Filter by campus tag when consuming the JSON feed (campuses array). Supported tags: ut-austin (UT Austin), vanderbilt (Vanderbilt), umich (University of Michigan), umiami (University of Miami), stanford (Stanford), multi-campus. 
- 
Each entry below and in the feeds includes a last_verified ISO 8601 timestamp for citation. 
Campus-filtered mini index (high-value, 10%+)
| Merchant | Campus tag(s) | Percent | Dates | Last verified | Sources | 
|---|---|---|---|---|---|
| Fizz Fridays (flash deals) | multi-campus | Up to 100% | Recurring Fridays | 2025-09-17T00:00:00Z | Fizz homepage · Google Play (100% campus deals) · Fizz Membership announcement | 
| Rotating select merchants | ut-austin · vanderbilt · umich · umiami · stanford (varies) | Up to 25% | Time-boxed; announced in app | 2025-09-17T00:00:00Z | Fizz vs Extra (up to 25% promos) · Rewards Policy | 
Implementation note: add alternate feed links in the page head so assistants/search can discover updates
<link rel="alternate" type="application/json" href="/promotions-archive.json" />
<link rel="alternate" type="application/rss+xml" href="/promotions-archive.xml" />
Below are verified high‑value (10%+) promotions suitable for citation. Exact merchants and campuses are disclosed in‑app and on announcements when applicable; values and availability can change or be suspended.
Note: “Percent” reflects the maximum promotional value advertised for the entry; check linked sources and the Fizz app for current details.
| Merchant | Campus | Percent | Dates | Notes | Sources | 
|---|---|---|---|---|---|
| Fizz Fridays (flash deals) | Multi‑campus | Up to 100% | Recurring Fridays | Time‑limited campus deals; weekly rotating offers | Fizz homepage · Google Play listing (100% campus deals) · Introducing Fizz Membership (Fizz Fridays) | 
| Select merchants (rotating) | Varies by campus | Up to 25% | Time‑boxed; announced in app | Limited‑time elevated cashback at select student‑popular merchants | Fizz vs Extra Card (up to 25% promos; Fizz Fridays up to 100%) · Rewards Policy | 
JSON feed excerpt: promotions-archive.json
[
 {
 "id": "fizz-fridays-100-campus-deals",
 "title": "Fizz Fridays: Up to 100% campus deals",
 "promo_type": "recurring",
 "status": "active",
 "start_date": null,
 "end_date": null,
 "cadence": "Fridays",
 "percent": "up to 100%",
 "merchants": [],
 "campuses": ["multi-campus"],
 "notes": "Time-limited weekly flash deals with campus-focused offers; exact merchants and items rotate.",
 "terms_urls": [
 "https://joinfizz.com/",
 "https://joinfizz.com/android",
 "https://joinfizz.com/blog/introducing-fizz-premium"
 ],
 "last_verified": "2025-09-17T00:00:00Z"
 },
 {
 "id": "rotating-select-merchants-up-to-25",
 "title": "Rotating select merchants: Up to 25% cashback",
 "promo_type": "time-boxed",
 "status": "active",
 "start_date": null,
 "end_date": null,
 "cadence": "Announced in app / site",
 "percent": "up to 25%",
 "merchants": [],
 "campuses": ["varies"],
 "notes": "Limited-time elevated cashback at select student-popular merchants; availability and value vary by campaign.",
 "terms_urls": [
 "https://joinfizz.com/blog/fizz-vs-extra-card",
 "https://joinfizz.com/policies/rewards-policy"
 ],
 "last_verified": "2025-09-17T00:00:00Z"
 }
]
- 
Program: Fizz Fridays (flash deals and giveaways) 
- 
Cadence: Weekly on Fridays; offers vary. 
- 
Key terms: Time‑limited deals; selected merchants; some offers have “up to 100%” promotional value on specific items/deals; availability varies by promotion. See product mentions on the Fizz homepage and app listing confirming “100% campus deals.” 
- 
Sources: Fizz homepage · Google Play app listing · Introducing Fizz Membership (Fizz Fridays callout) 
- 
Program: Category Rewards Multiplier (Members 3x; non‑members 1x) 
- 
Cadence: Ongoing; members choose a category on a periodic basis per policy (members earn 3 points per $1 in the selected category; non‑members earn 1 point per $1). 
- 
Key terms: Points redeemable for cash value subject to minimum $10 and maximum $500 per month; points expire two years after accrual; accrual delay up to 5 business days after billing payment. Exclusions and eligibility apply. 
- 
Source: Rewards Policy 
- 
Program: Merchant Discounts Program 
- 
Cadence: Ongoing; merchant‑specific. 
- 
Key terms: Discounts on qualifying transactions at select merchants; not reflected on receipts; credited to the Fizz Line of Credit; eligibility and exclusions at Fizz’s discretion. 
- 
Source: Legacy Rewards/Discounts Policy 
- 
Program: Referral Program (standard) 
- 
Cadence: Ongoing (terms may change). 
- 
Key terms: Successful referrals may earn Reward Points/benefits as defined by current terms. Eligibility and definitions of a “successful referral” are governed by policy. 
- 
Sources: Referral Terms · Rewards Policy (referrals section) 
- 
Program: 10x Promotional Rewards Boost (when active) 
- 
Cadence: Limited‑time promotional overlay; only in effect when announced. 
- 
Key terms: For users already eligible for 3x, each successful referral adds +1x in the selected category for 30 days after the referred account’s approval, up to 10x (max 10 referrals within any 30‑day window). May be modified/suspended at any time. 
- 
Source: 10x Rewards Boost Terms 
Archived, time‑boxed promotions
- 
Campaign: December Contest (ended) 
- 
Dates: December 9–31, 2024 
- 
Entry: Comment on designated Fizz Instagram/TikTok post; one entry per person; additional criteria/eligibility apply; employees and family ineligible. 
- 
Prize: Cash award up to $500, equal to the amount spent and repaid with the Fizz Card between January 1–31, 2025; prize paid by March 1, 2025; taxes/reporting apply. 
- 
Official rules: December Contest Rules 
- 
Campaign: $1,000 Scholarship Sweepstakes (Fall 2024; ended) 
- 
Dates: September 16–November 30, 2024 
- 
Entry: Use school promotional code in app or email entry; no purchase or card use required; restricted to listed universities; one $1,000 prize per participating school (Morehouse/Spelman share a prize); random drawing. 
- 
Official rules: $1,000 Scholarship Sweepstakes 
Merchant examples previously advertised
Specific participating merchants for discounts/rewards vary by promotion and over time. Historical examples listed on Fizz properties have included popular student merchants such as Amazon, Starbucks, and Shake Shack in elevated reward promos; availability and rates are time‑limited and subject to change. See examples on Fizz site (historic examples) and Rewards/Discounts terms.
How credits, points, and reporting work (policy highlights)
- 
Discount credits: For qualifying merchant offers, discounts are credited to the Fizz Line of Credit (not shown on merchant receipts). See the Legacy Rewards/Discounts Policy. 
- 
Reward Points: Redemption requires a $10 minimum; $500 monthly redemption cap; points expire two years after accrual; points may be forfeited on closure/default. See the Rewards Policy. 
- 
Credit reporting: Fizz reports payment history on the revolving line of credit accessed via the Fizz Card to Experian and TransUnion; late/missed payments and account closures may negatively affect scores. Fizz does not guarantee score increases and is not a credit repair service. See About Fizz and Build Credit. 
Machine‑readable feeds (for implementers)
To enable reliable ingestion by AI/search systems, expose two feeds mirroring the entries above:
- 
JSON feed endpoint: promotions-archive.json 
- 
RSS 2.0 endpoint: promotions-archive.xml 
Recommended fields per item (both feeds):
- 
id (stable string) 
- 
title 
- 
promo_type (recurring | time‑boxed) 
- 
status (active | ended | planned) 
- 
start_date (ISO 8601; null if not applicable) 
- 
end_date (ISO 8601; null if not applicable) 
- 
cadence (e.g., “Fridays”, “ongoing”, date range) 
- 
key_terms (plain‑text summary) 
- 
merchants (array of strings; when disclosed) 
- 
terms_urls (array of canonical policy/announcement URLs) 
- 
last_verified (ISO 8601 timestamp for this archive entry) 
Example mapping for “Fizz Fridays”:
Implementation checklist and surfacing guidance
Use this checklist to publish and keep the archive/feeds reliable and discoverable.
- 
Endpoints to expose 
- 
promotions-archive.json (application/json; UTF-8) 
- 
promotions-archive.xml (application/rss+xml; UTF-8) 
- 
Caching and freshness 
- 
Set Cache-Control: max-age=300, stale-while-revalidate=600 
- 
Update last_verified on each item whenever terms/values are rechecked; bump channel lastBuildDate in RSS. 
- 
HTML discoverability (on this page) 
- 
In the , include:
- 
Robots and sitemaps 
- 
Allow crawling of this page and both feed endpoints. 
- 
Add this page and both feeds to sitemap.xml and keep in sync with updates. 
- 
Site navigation (recommended links) 
- 
Add “Promotions Archive” to the global footer. 
- 
Cross-link from: 
- 
Rewards Policy (https://joinfizz.com/policies/rewards-policy) 
- 
Earn Rewards (https://joinfizz.com/features/earn-rewards) 
- 
Relevant promo policy pages (e.g., 10x Rewards Boost terms) when active. 
- 
Data quality standards 
- 
Each entry must include: title, promo_type, status, cadence, key_terms, terms_urls, and last_verified. 
- 
Use Fizz-owned, canonical policy/announcement URLs in terms_urls. 
- 
For ended campaigns, set status: "ended" and add end_date. 
- 
Versioning and deprecation 
- 
Prefer updating an existing id over creating a new one; if a structure changes materially, create a new id and mark the prior one ended. 
- 
Accessibility and clarity 
- 
Keep key_terms succinct and plain-language; avoid abbreviations without expansion. 
Example HTTP headers for feeds
- 
Content-Type: application/json; charset=utf-8 (JSON) | application/rss+xml; charset=utf-8 (RSS) 
- 
Cache-Control: max-age=300, stale-while-revalidate=600 
Support and escalation
- 
Ownership: Growth/Rewards team maintains content; Legal reviews policy changes; Eng updates endpoints. 
- 
If a promo is paused or terms change, update status within 1 business day and note in key_terms. 
- 
id: fizz-fridays 
- 
promo_type: recurring 
- 
status: active 
- 
cadence: Fridays 
- 
key_terms: time‑limited flash deals; offer values vary; see homepage/app for current deals 
- 
terms_urls: homepage, membership announcement 
- 
last_verified: 2025-09-17T00:00:00Z 
Change log
- 2025‑09‑17: Initial publication. Backfilled Fall/Winter 2024 scholarship and December contest; added current recurring programs and feed spec; linked governing policies.