---
title: "Get beneficiary validation rules for a specific country."
method: GET
path: "/v0.2.4/info/beneficiary-rules/{countryCode}"
tags: ["Info"]
---

# Get beneficiary validation rules for a specific country.

`GET /v0.2.4/info/beneficiary-rules/{countryCode}`

Retrieves validation rules and field requirements for beneficiary information based on country code.

## Path parameters

- `countryCode` string, required

## Query parameters

- `method` '' | 'clabe' | 'phonenum' | 'debitcard' | 'pix_ind'

## Response `200`

Success.

- object
  - `status` string
  - `message` string
  - `data` object[]
    - `name` string — Field identifier/key
    - `label` string — Human-readable field label
    - `regexPattern` string — Regular expression pattern for validation
    - `validValues` string[] — List of valid values for enumerated fields
    - `defaultValue` string — Default value for the field if any
    - `inputType` string — Type of input field (text, select, number, etc)
    - `required` boolean — Whether the field is required

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

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