# validate\_transaction\_by\_merchant

{% columns %}
{% column width="33%" %}
Transaction Validator Based on Merchant
{% endcolumn %}

{% column %}
**Description**

The type of the current transaction is checked against the configuration of the current merchant to ensure that the merchant supports this transaction type. If the merchant doesn’t support the current transaction type, the transaction is declined.

\
**Configuration ParametersEach merchant’s configuration specifies whether each of the following transaction type is supported**

Purchase

Refund

Void

PreAuth

Cashout

Purchase And Cashout
{% endcolumn %}
{% endcolumns %}

\---


---

# 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://docs.verifone.com/functional-specification/validate_transaction_by_merchant.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.
