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?

Troubleshooting

If you have a problem that you don't see here, please contact us!

Error: Couldn't resolve host name

Does your code call the Snowdrop MRS domain name we supplied you? If you used the example code in the quickstart, it does not contain a valid domain. You should replace the regional-snowdrop-domain-goes-here.com in your code.

401 Error: Invalid apiKey

You must specify the X-Api-Key value in the Headers, as in the Quick Start guide. Make sure your code has the API Key that Snowdrop supplied you. If you do not have an API key, please contact us.

404 Error: Not Found

Are you sure you have specified the full URL correctly? It is easy to miss out components of the URL. Make sure you contain the /api/v3/ part. It should read: https://regional-domain-goes-here.com/api/v3/merchant?merchant_name=mcdonalds&type=extended&location=london&country=GBR or https://regional-domain-goes-here.com/api/v3/merchant/list

PreviousGoogle Maps Terms of ServiceNextFAQ

Last updated 10 months ago

Was this helpful?