---
title: "Get Recipient Mandatory fields"
method: POST
path: "/v3/recipients/mandatory-fields"
tags: ["Recipients"]
---

# Get Recipient Mandatory fields

`POST /v3/recipients/mandatory-fields`

## Headers

- `MID` string, required

## Request body

- object
  - `geo` string, required — Two Digit Country Code of the recipient being created For Example: `ID` for Indonesia
  - `currencyType` 'fiat' | 'crypto', required — Type of currency being used for recipient creation.
  - `type` 'individual' | 'organization', required — Type of Recipient for which mandatory fields needs to be fetched

## Response `200`

OK

- object
  - `status` string
  - `data` object
    - `inputs` object
      - `firstName` object
        - `type` string
        - `minLength` integer
        - `validationMessage` string
        - `isMandatory` boolean
      - `lastName` object
        - `type` string
        - `minLength` integer
        - `validationMessage` string
        - `isMandatory` boolean
      - `accountIdentifier` object
        - `type` string
        - `properties` object
          - `type` object
            - `type` string
            - `enum` string[]
          - `value` object
            - `type` string
        - `validationMessage` string
        - `isMandatory` boolean

## Other responses

- `400` — Validation error

---

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