September 2025

Mobile App Data

We’ve added an exciting new premium field to card transaction enrichment! We now support matching to mobile apps purchased through the Google Play Store and to in-app purchases made in these apps.If mobile app matching is part of your product package, you’ll now have access to the mobileAppInfo object in your card enrichment responses when a transaction matches to a Google Play Store app.
"mobileAppInfo": {
  "id": "0d1ef10f-2652-39bd-98f1-af34ae03a4a7",
  "name": "Artificial Life",
  "url": "https://play.google.com/store/apps/details?id=com.mooncoder.alife",
  "logo": null,
  "developerName": "Mooncoder",
  "developerId": "f6fdc9b1-f0ea-3dda-8e15-ead6fe5755fe",
  "category": "Education and Parenting",
  "hasGamblingOrRewards": false,
  "hasSimulatedGambling": false,
  "ageRating": "Children"
},
Learn more about mobile app data by reading our Mobile App Data Guide.
August 2025

Third Party Websites

Going forward, enrichments will include third party websites.
"thirdParties": [
    {
        "id": "9063bc0f-0a3f-4b1f-bf64-4f9862e17002",
        "name": "PayPal",
        "type": "platform",
        "logo": "https://static.v2.spadeapi.com/logos/9063bc0f0a3f4b1fbf644f9862e17002/light.png",
        "website": "http://www.paypal.com/"
    }
],
March 2025

New Category - Golf Courses ⛳

We’re excited to share another improvement to our merchant categorization system! We have added a Tier 3 industry ‘Golf Courses’ under Entertainment -> Recreation:
004-002-013-000 = Entertainment -> Recreation -> Golf Courses Example: Canyon Springs Golf Club will be categorized as ‘Golf Courses’ moving forward.
Our full industry list can be accessed via API (details here).
January 2025

Spade Categorization Update

We’re excited to share updates on improvements to our merchant categorization system! These changes focus on adding granularity to our category tree and enhancing differentiation for risky and ambiguous categories. Here’s what’s new:
  1. New categories and naming updates: Please note that all newly added categories are tier 3 or tier 4 categories that fall under our existing category tree, ensuring compatibility with your integration. Contact support@spade.com for the full file instead
  • Cannabis:
    • Renamed 011-013-001-000 Retail -> Specialty Retail -> Cannabis Dispensary to Retail -> Specialty Retail -> Cannabis (Category code stays the same)
    • New tier 4 categories under Cannabis:
      • 011-013-001-001 Retail -> Specialty Retail -> Cannabis -> Dispensary (Example: Food4Thought, Houston, TX)
      • 011-013-001-002 Retail -> Specialty Retail -> Cannabis -> CBD and Unscheduled Cannabis Products (Example: Drink Brez)
  • Firearms:
    • New tier 3 category Firearms under Retail -> Specialty Retail, and two new tier 4 categories under that:
      • 011-013-022-000 Retail -> Specialty Retail -> Firearms (Example: Kroll International)
      • 011-013-022-001 Retail -> Specialty Retail -> Firearms -> Guns (Example: Primary Arms)
      • 011-013-022-002 Retail -> Specialty Retail -> Firearms -> Ammo and Accessories (Example: Lucky Gunner)
  • Vitamins and Supplements:
    • New tier 3 category Vitamins and Supplements under Retail -> Specialty Retail:
      • 011-013-023-000 Retail -> Specialty Retail -> Vitamins and Supplements (Example: GNC)
  • Firing Ranges and Clubs:
    • New tier 3 category Firing Ranges and Clubs under Entertainment -> Recreation:
      • 004-002-012-000 Entertainment -> Recreation -> Firing Ranges and Clubs (Example: Guntry Club Of Maryland)
  1. Categorization Improvements: in addition to adding new categories, we are rolling out improvements to existing categorizations:
  • Adult Entertainment: Enhanced categorization for merchants without a dedicated MCC, including online platforms (e.g., Chaturbate) and physical clubs (e.g., The Box NYC).
  • Casinos and Gambling: Better classification of online gambling games and sports betting merchants (e.g., Underdog Sports, Modo).
  • Convenience Stores vs. Bodegas: Improved differentiation between convenience stores and specialty food retailers (e.g., Chelsea Gourmet Deli categorized as Specialty Food).
  • Cafes vs. Restaurants/Fast Food: Refined categorization for cafes that often share MCCs with restaurants or fast food (e.g., Bluestone Lane categorized as Cafes, while Lisbon Cafe remains a Restaurant).
We’re confident these updates will provide more precise categorization for your use cases. Let us know if you have any questions or feedback!
December 2024

Address Line 1 and 2

Going forward, enrichments will include two new fields: addressLine1 and addressLine2. This change will hopefully improve usability of our location data.The existing address field will continue to exist unchanged.
"location": [
  {
    ...
    "address": "1234 W 5th Ave Suite 100",
    "addressLine1": "1234 W 5th Ave",
    "addressLine2": "Suite 100",
    ...
  }
]