---
title: "Get Payment Validation Rules"
method: POST
path: "/pfg"
tags: ["Payment Validator Resource"]
---

# Get Payment Validation Rules

`POST /pfg`

## Request body

- FetchRuleEngineRequestData
  - `beneBankCountryCode` string, required
  - `currencyCode` string, required
  - `countryCode` string, required
  - `entityType` string, required
  - `paymentMethod` string[], required

## Response `200`

OK

- FetchRuleEngineMinResult
  - `totalItemsFound` string
  - `responseContents` FetchRuleEngineResultContent[]
    - `datapointName` string
    - `description` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

[API](https://skmtc.net/convera/apis/payments-api.md) · [All operations](https://skmtc.net/convera/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convera/payments-api/revisions/ff82548143cf/schema)
