Snowdrop MRS API
Snowdrop HomeTry our demo
  • Snowdrop Enrichment MRS
  • OpenAPI Docs
    • Enrich one transaction - GET
    • Enrich multiple transactions - POST
  • Implementation Guides
    • Quick Start
    • Data. How to get the best results
    • Examples
    • Recommended UX
    • Additional UX Considerations
  • Basic Concepts
    • List request
    • Restrictive vs Extended
    • Merchant Category Codes
  • Advanced Use Cases
    • Categorization
      • Categorization Overview
      • Transaction Category
      • Category Icons
    • Crowdsourcing
      • Overview
      • Crowdsourcing Example
    • Payment Intermediaries
      • Payment Intermediaries Example
    • Clear Response Enrichment
    • Google Maps
      • About Google Maps IDs
  • Legal & Compliance
    • Security / Compliance FAQ
      • Data Encryption
      • Penetration Testing
    • Terms of Service
      • MRS Terms of Service
      • Google Maps Terms of Service
  • Troubleshooting
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Use Cases
  2. Payment Intermediaries

Payment Intermediaries Example

Example response with added Payment intermediary information. The input merchant description is: ‘paypal *starbucks’:

[
  {
    "categories": [
      "cafe"
    ],
    "category": "Eating out",
    "name": "Starbucks",
    "website": "www.starbucks.com",
    "cachePolicy": {
      "name": "MRS",
      "categoryImg": "MRS"
    },
    "img": "https://storage.googleapis.com/pro-merchant-reconciliation-system-logos-europe/source00/5242783627476992_2x.png",
    "logoScore": 1,
    "logoImg": "https://storage.googleapis.com/pro-merchant-reconciliation-system-logos-europe/source00/5242783627476992_2x.png",
    "categoryImg": "https://storage.googleapis.com/pro-merchant-reconciliation-system-logos-europe/categories/default/food_2x.png",
    "intermediary": {
      "name": "PayPal",
      "website": "https://www.paypal.com",
      "img": "https://storage.googleapis.com/pro-merchant-reconciliation-system-logos-europe/source00/5525619504840704_2x.jpg"
      }
    }
  }
]

Note: No change to the input request sent to MRS is required.

The extra payment intermediary information is only returned if the appropriate configuration setting is turned on. Contact us if you would like us to enable this functionality.

PreviousPayment IntermediariesNextClear Response Enrichment

Last updated 3 months ago

Was this helpful?