# Payment Intermediaries

This pertains to when a payment intermediary is involved in a transaction, such as Paypal or Alipay. MRS attempts to find the merchant involved in the transaction. For example if the merchant description is ‘`Paypal* McDonalds`’ then MRS will return ‘McDonalds’. If MRS cannot find the merchant then it returns Paypal (and the Paypal logo, website, etc.)&#x20;

An additional, separate return field allows MRS to also return the payment intermediary even when the merchant is found. So in the example above, MRS will return McDonalds but will also return Paypal separately.&#x20;

**Note: This is a configuration setting which is off by default.** When turned on, the additional payment company information will be included in the response. *Contact us if you wish to enable this functionality.*

This capability can be considered if it is thought that displaying both the merchant and the payment intermediary is a desirable experience in the application. &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devs.snowdropsolutions.co.uk/advanced-use-cases/payment-intermediaries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
