> For the complete documentation index, see [llms.txt](https://devs.snowdropsolutions.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devs.snowdropsolutions.com/advanced-use-cases/payment-intermediaries/payment-intermediaries-example.md).

# Payment Intermediaries Example

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

```json
[
  {
    "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.

<br>

<br>
