> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# View the schema for a Recipient

> Fetch the data requirements for a given currency, payout method type, and recipient type

### Query parameters

<ParamField query="PayoutMethodType" type="string" required>
  **Allowed values:** `LocalBankTransfer`, `InternationalBankTransfer`

  The payout method.
</ParamField>

<ParamField query="Currency" type="string" required>
  **Allowed values:** The three-letter <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217 code</a> of a <a href="/guides/currencies" target="_blank">supported currency</a>: `AED`, `AUD`, `CAD`, `CHF`, `CNH`, `CZK`, `DKK`, `EUR`, `GBP`, `HKD`, `HUF`, `ILS`, `JPY`, `MXN`, `NOK`, `NZD`, `PLN`, `RON`, `SAR`, `SEK`, `SGD`, `TRY`, `USD`, `ZAR`

  The currency of the recipient.
</ParamField>

<ParamField query="Country" type="string" required>
  Format: Two-letter country code ([ISO 3166-1 alpha-2 format](/api-reference/overview/data-formats))

  The destination country of the payout method.
</ParamField>

<ParamField query="RecipientType" type="string" required>
  **Possible values:** `Individual`, `Business`

  The recipient type:

  * `Individual` – An account held by a natural person
  * `Business` – An account held by a legal entity
</ParamField>

### Responses

<AccordionGroup>
  <Accordion title="200">
    <ResponseField name="DisplayName" type="object">
      The schema of the `DisplayName` property.

      <Expandable title="properties">
        <ResponseField name="Required" type="boolean">
          Whether the field is required or not.
        </ResponseField>

        <ResponseField name="MaxLength" type="integer">
          The maximum length of the string.
        </ResponseField>

        <ResponseField name="Pattern" type="string">
          The regex describing the accepted value of the string.
        </ResponseField>

        <ResponseField name="Label" type="string">
          A label that platforms can use when displaying or requesting the field to the end user.
        </ResponseField>

        <ResponseField name="EndUserDisplay" type="string">
          **Possible values:** `Show`, `Hide`

          Recommendation on whether to show or hide the field (and `Label`) to the end user.
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="Currency" type="object">
      The schema of the `Currency` property.

      <Expandable title="properties">
        <ResponseField name="AllowedValues" type="array (string)">
          The allowed values of the string.
        </ResponseField>

        <ResponseField name="Required" type="boolean">
          Whether the field is required or not.
        </ResponseField>

        <ResponseField name="MaxLength" type="integer">
          The maximum length of the string.
        </ResponseField>

        <ResponseField name="MinLength" type="integer">
          The minimum length of the string.
        </ResponseField>

        <ResponseField name="Pattern" type="string">
          The regex describing the accepted value of the string.
        </ResponseField>

        <ResponseField name="Label" type="string">
          A label that platforms can use when displaying or requesting the field to the end user.
        </ResponseField>

        <ResponseField name="EndUserDisplay" type="string">
          **Possible values:** `Show`, `Hide`

          Recommendation on whether to show or hide the field (and `Label`) to the end user.
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="Country" type="object">
      The schema of the `Country` property.

      <Expandable title="properties">
        <ResponseField name="AllowedValues" type="array (string)">
          The allowed values of the string.
        </ResponseField>

        <ResponseField name="Required" type="boolean">
          Whether the field is required or not.
        </ResponseField>

        <ResponseField name="MaxLength" type="integer">
          The maximum length of the string.
        </ResponseField>

        <ResponseField name="MinLength" type="integer">
          The minimum length of the string.
        </ResponseField>

        <ResponseField name="Pattern" type="string">
          The regex describing the accepted value of the string.
        </ResponseField>

        <ResponseField name="Label" type="string">
          A label that platforms can use when displaying or requesting the field to the end user.
        </ResponseField>

        <ResponseField name="EndUserDisplay" type="string">
          **Possible values:** `Show`, `Hide`

          Recommendation on whether to show or hide the field (and `Label`) to the end user.
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="RecipientType" type="object">
      The schema of the `RecipientType` property.

      <Expandable title="properties">
        <ResponseField name="AllowedValues" type="array (string)">
          The allowed values of the string.
        </ResponseField>

        <ResponseField name="Required" type="boolean">
          Whether the field is required or not.
        </ResponseField>

        <ResponseField name="Pattern" type="string">
          The regex describing the accepted value of the string.
        </ResponseField>

        <ResponseField name="Label" type="string">
          A label that platforms can use when displaying or requesting the field to the end user.
        </ResponseField>

        <ResponseField name="EndUserDisplay" type="string">
          **Possible values:** `Show`, `Hide`

          Recommendation on whether to show or hide the field (and `Label`) to the end user.
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="PayoutMethodType" type="object">
      The schema of the `PayoutMethodType` property.

      <Expandable title="properties">
        <ResponseField name="AllowedValues" type="array (string)">
          The allowed values of the string.
        </ResponseField>

        <ResponseField name="Required" type="boolean">
          Whether the field is required or not.
        </ResponseField>

        <ResponseField name="Pattern" type="string">
          The regex describing the accepted value of the string.
        </ResponseField>

        <ResponseField name="Label" type="string">
          A label that platforms can use when displaying or requesting the field to the end user.
        </ResponseField>

        <ResponseField name="EndUserDisplay" type="string">
          **Possible values:** `Show`, `Hide`

          Recommendation on whether to show or hide the field (and `Label`) to the end user.
        </ResponseField>
      </Expandable>
    </ResponseField>

    <Tabs>
      <Tab title="Individual">
        <ResponseField name="IndividualRecipient" type="object">
          The schema of the `IndividualRecipient` property.

          <Expandable title="properties">
            <ResponseField name="FirstName" type="object">
              The schema of the `FirstName` property.

              <Expandable title="properties">
                <ResponseField name="Required" type="boolean">
                  Whether the field is required or not.
                </ResponseField>

                <ResponseField name="MaxLength" type="integer">
                  The maximum length of the string.
                </ResponseField>

                <ResponseField name="Pattern" type="string">
                  The regex describing the accepted value of the string.
                </ResponseField>

                <ResponseField name="Label" type="string">
                  A label that platforms can use when displaying or requesting the field to the end user.
                </ResponseField>

                <ResponseField name="EndUserDisplay" type="string">
                  **Possible values:** `Show`, `Hide`

                  Recommendation on whether to show or hide the field (and `Label`) to the end user.
                </ResponseField>
              </Expandable>
            </ResponseField>

            <ResponseField name="LastName" type="object">
              The schema of the `LastName` property.

              <Expandable title="properties">
                <ResponseField name="Required" type="boolean">
                  Whether the field is required or not.
                </ResponseField>

                <ResponseField name="MaxLength" type="integer">
                  The maximum length of the string.
                </ResponseField>

                <ResponseField name="Pattern" type="string">
                  The regex describing the accepted value of the string.
                </ResponseField>

                <ResponseField name="Label" type="string">
                  A label that platforms can use when displaying or requesting the field to the end user.
                </ResponseField>

                <ResponseField name="EndUserDisplay" type="string">
                  **Possible values:** `Show`, `Hide`

                  Recommendation on whether to show or hide the field (and `Label`) to the end user.
                </ResponseField>
              </Expandable>
            </ResponseField>

            <ResponseField name="Address" type="object">
              The schema of the `Address` object.

              <Expandable title="properties">
                <ResponseField name="AddressLine1" type="object">
                  The schema of the `AddressLine1` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="AddressLine2" type="object">
                  The schema of the `AddressLine2` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="City" type="object">
                  The schema of the `City` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="Country" type="object">
                  The schema of the `Country` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="Region" type="object">
                  The schema of the `Region` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="PostalCode" type="object">
                  The schema of the `PostalCode` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>
              </Expandable>
            </ResponseField>
          </Expandable>
        </ResponseField>
      </Tab>

      <Tab title="Business">
        <ResponseField name="BusinessRecipient" type="object">
          The schema of the `BusinessRecipient` property.

          <Expandable title="properties">
            <ResponseField name="BusinessName" type="object">
              The schema of the `BusinessName` property.

              <Expandable title="properties">
                <ResponseField name="Required" type="boolean">
                  Whether the field is required or not.
                </ResponseField>

                <ResponseField name="MaxLength" type="integer">
                  The maximum length of the string.
                </ResponseField>

                <ResponseField name="Pattern" type="string">
                  The regex describing the accepted value of the string.
                </ResponseField>

                <ResponseField name="Label" type="string">
                  A label that platforms can use when displaying or requesting the field to the end user.
                </ResponseField>

                <ResponseField name="EndUserDisplay" type="string">
                  **Possible values:** `Show`, `Hide`

                  Recommendation on whether to show or hide the field (and `Label`) to the end user.
                </ResponseField>
              </Expandable>
            </ResponseField>

            <ResponseField name="Address" type="object">
              The schema of the `Address` object.

              <Expandable title="properties">
                <ResponseField name="AddressLine1" type="object">
                  The schema of the `AddressLine1` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="AddressLine2" type="object">
                  The schema of the `AddressLine2` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="City" type="object">
                  The schema of the `City` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="Country" type="object">
                  The schema of the `Country` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="Region" type="object">
                  The schema of the `Region` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>

                <ResponseField name="PostalCode" type="object">
                  The schema of the `PostalCode` property.

                  <Expandable>
                    <ResponseField name="Required" type="boolean">
                      Whether the field is required or not.
                    </ResponseField>

                    <ResponseField name="MaxLength" type="integer">
                      The maximum length of the string.
                    </ResponseField>

                    <ResponseField name="Pattern" type="string">
                      The regex describing the accepted value of the string.
                    </ResponseField>

                    <ResponseField name="Label" type="string">
                      A label that platforms can use when displaying or requesting the field to the end user.
                    </ResponseField>

                    <ResponseField name="EndUserDisplay" type="string">
                      **Possible values:** `Show`, `Hide`

                      Recommendation on whether to show or hide the field (and `Label`) to the end user.
                    </ResponseField>
                  </Expandable>
                </ResponseField>
              </Expandable>
            </ResponseField>
          </Expandable>
        </ResponseField>
      </Tab>
    </Tabs>

    <br />

    <Tabs>
      <Tab title="InternationalBankTransfer">
        <ResponseField name="InternationalBankTransfer" type="type">
          The schema of the `InternationalBankTransfer` property.

          <Expandable title="properties" defaultOpen>
            <ResponseField name="AccountNumber" type="object">
              The schema of the `AccountNumber` property.

              <Expandable title="properties">
                <ResponseField name="Required" type="boolean">
                  Whether the field is required or not.
                </ResponseField>

                <ResponseField name="MaxLength" type="integer">
                  The maximum length of the string.
                </ResponseField>

                <ResponseField name="MinLength" type="integer">
                  The minimum length of the string.
                </ResponseField>

                <ResponseField name="Pattern" type="string">
                  The regex describing the accepted value of the string.
                </ResponseField>

                <ResponseField name="Label" type="string">
                  A label that platforms can use when displaying or requesting the field to the end user.
                </ResponseField>

                <ResponseField name="EndUserDisplay" type="string">
                  **Possible values:** `Show`, `Hide`

                  Recommendation on whether to show or hide the field (and `Label`) to the end user.
                </ResponseField>
              </Expandable>
            </ResponseField>

            <ResponseField name="BIC" type="object">
              The schema of the `BIC` property (returned if required).

              <Expandable title="properties">
                <ResponseField name="Required" type="boolean">
                  Whether the field is required or not.
                </ResponseField>

                <ResponseField name="Pattern" type="string">
                  The regex describing the accepted value of the string.
                </ResponseField>

                <ResponseField name="Label" type="string">
                  A label that platforms can use when displaying or requesting the field to the end user.
                </ResponseField>

                <ResponseField name="EndUserDisplay" type="string">
                  **Possible values:** `Show`, `Hide`

                  Recommendation on whether to show or hide the field (and `Label`) to the end user.
                </ResponseField>
              </Expandable>
            </ResponseField>
          </Expandable>
        </ResponseField>
      </Tab>

      <Tab title="LocalBankTransfer">
        <ResponseField name="LocalBankTransfer" type="object">
          The schema of the `LocalBankTransfer` property. One of:

          <Tabs>
            <Tab title="CAD">
              <ResponseField name="CAD" type="object">
                The schema of the `CAD` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="AccountNumber" type="object">
                    The schema of the `AccountNumber` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>

                  <ResponseField name="InstitutionNumber" type="object">
                    The schema of the `InstitutionNumber` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>

                  <ResponseField name="BranchCode" type="object">
                    The schema of the `BranchCode` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>

                  <ResponseField name="BankName" type="object">
                    The schema of the `BankName` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="CHF">
              <ResponseField name="CHF" type="object">
                The schema of the `CHF` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="CZK">
              <ResponseField name="CZK" type="object">
                The schema of the `CZK` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="DKK">
              <ResponseField name="DKK" type="object">
                The schema of the `DKK` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="EUR">
              <ResponseField name="EUR" type="object">
                The schema of the `EUR` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="GBP">
              <ResponseField name="GBP" type="object">
                <Expandable title="properties" defaultOpen>
                  <ResponseField name="AccountNumber" type="object">
                    The schema of the `AccountNumber` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>

                  <ResponseField name="SortCode" type="object">
                    The schema of the `SortCode` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="HUF">
              <ResponseField name="HUF" type="object">
                The schema of the `HUF` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            {/* <Tab title="MXN">
                        <ResponseField name="MXN" type="object">
                        The schema of the `MXN` property.
                        <Expandable title="properties" defaultOpen>
                          <ResponseField name="BIC" type="object">
                          The schema of the `BIC` property.
                          <Expandable title="properties">
                          <RequiredResponse/>
                          <MaxLengthResponse/>
                          <MinLengthResponse/>
                          <PatternResponse/>
                          <LabelResponse/>
                          <EndUserDisplayResponse/>
                          </Expandable>
                          </ResponseField>
                          <ResponseField name="Clabe" type="object">
                          The schema of the `Clabe` property.
                          <Expandable title="properties">
                          <RequiredResponse/>
                          <MaxLengthResponse/>
                          <MinLengthResponse/>
                          <PatternResponse/>
                          <LabelResponse/>
                          <EndUserDisplayResponse/>
                          </Expandable>
                          </ResponseField>
                        </Expandable>
                        </ResponseField>
                        </Tab> */}

            <Tab title="NOK">
              <ResponseField name="NOK" type="object">
                The schema of the `NOK` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="PLN">
              <ResponseField name="PLN" type="object">
                The schema of the `PLN` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="RON">
              <ResponseField name="RON" type="object">
                The schema of the `RON` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="SEK">
              <ResponseField name="SEK" type="object">
                The schema of the `SEK` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="IBAN" type="object">
                    The schema of the `IBAN` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>

            <Tab title="USD">
              <ResponseField name="USD" type="object">
                The schema of the `USD` property.

                <Expandable title="properties" defaultOpen>
                  <ResponseField name="AccountNumber" type="object">
                    The schema of the `AccountNumber` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>

                  <ResponseField name="ABA" type="object">
                    The schema of the `ABA` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>

                  <ResponseField name="FFC" type="object">
                    The schema of the `FFC` property.

                    <Expandable title="properties">
                      <ResponseField name="Required" type="boolean">
                        Whether the field is required or not.
                      </ResponseField>

                      <ResponseField name="MaxLength" type="integer">
                        The maximum length of the string.
                      </ResponseField>

                      <ResponseField name="MinLength" type="integer">
                        The minimum length of the string.
                      </ResponseField>

                      <ResponseField name="Pattern" type="string">
                        The regex describing the accepted value of the string.
                      </ResponseField>

                      <ResponseField name="Label" type="string">
                        A label that platforms can use when displaying or requesting the field to the end user.
                      </ResponseField>

                      <ResponseField name="EndUserDisplay" type="string">
                        **Possible values:** `Show`, `Hide`

                        Recommendation on whether to show or hide the field (and `Label`) to the end user.
                      </ResponseField>
                    </Expandable>
                  </ResponseField>
                </Expandable>
              </ResponseField>
            </Tab>
          </Tabs>
        </ResponseField>
      </Tab>
    </Tabs>
  </Accordion>
</AccordionGroup>

<AccordionGroup>
  <Accordion title="400 - Domestic rail not available for Currency-Country combination">
    The errors below occur when the domestic rail (`LocalBankTransfer`) is not available for the `Currency` and `Country` combination.

    To send the given `Currency` to the `Country`, the Recipient must have the `InternationalBankTransfer` payout method type, which also defaults to local rails.

    Read more about [how Mangopay routes funds](/guides/payouts#how-mangopay-routes-funds) **→**

    ```json theme={null}
    {
        "Id": "50768465-d817-4caf-9488-e71b967b6692",
        "Message": "One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.",
        "Type": "param_error",
        "Date": 1749822248,
        "Errors": {
            "PayoutMethodType": "UNSUPPORTED_CURRENCY_FOR_PAYOUT_METHOD"
        }
    }
    ```

    ```json theme={null}
    {
        "Id": "410e8496-64cb-4594-83c3-0d66f85f4abe",
        "Message": "One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.",
        "Type": "param_error",
        "Date": 1747210826,
        "Errors": {
            "PayoutMethodType": "UNSUPPORTED_PAYOUT_METHOD_FOR_CURRENCY"
        }
    }
    ```
  </Accordion>

  <Accordion title="400 - Country not allowed">
    See the [country restrictions](/guides/users/country-restrictions) article for details.

    ```json theme={null}
    {
        "Id": "cd4c2f11-ccb7-4227-9d64-98a165ce6180",
        "Message": "One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.",
        "Type": "param_error",
        "Date": 1756383648,
        "Errors": {
            "Country": "UNSUPPORTED_COUNTRY",
            "PayoutMethodType": "UNSUPPORTED_CURRENCY_FOR_PAYOUT_METHOD"
        }
    }
    ```
  </Accordion>
</AccordionGroup>

<ResponseExample>
  ```json EUR, US, international, individual theme={null}
  {
      "DisplayName": {
          "Required": true,
          "MaxLength": 50,
          "Pattern": "^(?!.*[&,'/]).{1,50}$",
          "Label": "Display Name",
          "EndUserDisplay": "Show"
      },
      "Currency": {
          "AllowedValues": [
              "EUR"
          ],
          "Required": true,
          "MaxLength": 3,
          "MinLength": 3,
          "Pattern": "^[a-zA-Z]{3}$",
          "Label": "Currency",
          "EndUserDisplay": "Hide"
      },
      "Country": {
          "AllowedValues": [
              "US"
          ],
          "Required": true,
          "MaxLength": 2,
          "MinLength": 2,
          "Pattern": "^[a-zA-Z]{2}$",
          "Label": "Destination Country",
          "EndUserDisplay": "Hide"
      },
      "RecipientType": {
          "AllowedValues": [
              "Individual"
          ],
          "Required": true,
          "Pattern": "^[a-zA-Z]+$",
          "Label": "Recipient Type",
          "EndUserDisplay": "Hide"
      },
      "PayoutMethodType": {
          "AllowedValues": [
              "InternationalBankTransfer"
          ],
          "Required": true,
          "Pattern": "^[a-zA-Z]+$",
          "Label": "Payout Method Type",
          "EndUserDisplay": "Hide"
      },
      "Tag": {
          "Required": false,
          "MaxLength": 255,
          "Pattern": "^.{0,255}$",
          "Label": "Tag",
          "EndUserDisplay": "Hide"
      },
      "RecipientScope": {
          "AllowedValues": [
              "PAYOUT",
              "PAYIN"
          ],
          "Required": false,
          "Pattern": "^[a-zA-Z]+$",
          "Label": "Recipient Scope",
          "EndUserDisplay": "Hide"
      },
      "IndividualRecipient": {
          "FirstName": {
              "Required": true,
              "MaxLength": 255,
              "Pattern": "^(?!.*[()&,.:_/]).{1,255}$",
              "Label": "First Name",
              "EndUserDisplay": "Show"
          },
          "LastName": {
              "Required": true,
              "MaxLength": 255,
              "Pattern": "^(?!.*[()&,.:_/]).{1,255}$",
              "Label": "Last Name",
              "EndUserDisplay": "Show"
          },
          "Address": {
              "AddressLine1": {
                  "Required": true,
                  "MaxLength": 255,
                  "Pattern": "^(?!.*[()/]).{1,255}$",
                  "Label": "Address Line 1",
                  "EndUserDisplay": "Show"
              },
              "AddressLine2": {
                  "Required": false,
                  "MaxLength": 255,
                  "Pattern": "^(?!.*[()/]).{1,255}$",
                  "Label": "Address Line 2",
                  "EndUserDisplay": "Show"
              },
              "City": {
                  "Required": true,
                  "MaxLength": 80,
                  "Pattern": "^(?!.*[&,.:_]).{1,80}$",
                  "Label": "City",
                  "EndUserDisplay": "Show"
              },
              "Country": {
                  "Required": true,
                  "MaxLength": 2,
                  "MinLength": 2,
                  "Pattern": "^[a-zA-Z]+$",
                  "Label": "Country",
                  "EndUserDisplay": "Show"
              },
              "Region": {
                  "Required": false,
                  "MaxLength": 50,
                  "Pattern": "^(?!.*[&,.:_/]).{1,50}$",
                  "Label": "Region",
                  "EndUserDisplay": "Show"
              },
              "PostalCode": {
                  "Required": true,
                  "MaxLength": 10,
                  "Pattern": "^(?!.*[()&,.:_'/]).{1,10}$",
                  "Label": "Postal Code",
                  "EndUserDisplay": "Show"
              }
          }
      },
      "InternationalBankTransfer": {
          "AccountNumber": {
              "Required": true,
              "MaxLength": 12,
              "MinLength": 8,
              "Pattern": "^[0-9a-zA-Z]{8,12}$",
              "Label": "Account Number",
              "EndUserDisplay": "Show"
          },
          "BIC": {
              "Required": true,
              "Pattern": "^[0-9a-zA-Z]{8}([0-9a-zA-Z]{3})?$",
              "Label": "BIC",
              "EndUserDisplay": "Show"
          }
      }
  }
  ```

  ```json CAD, CA, local, business theme={null}
  {
      "DisplayName": {
          "Required": true,
          "MaxLength": 50,
          "Pattern": "^(?!.*[&,'/]).{1,50}$",
          "Label": "Display Name",
          "EndUserDisplay": "Show"
      },
      "Currency": {
          "AllowedValues": [
              "CAD"
          ],
          "Required": true,
          "MaxLength": 3,
          "MinLength": 3,
          "Pattern": "^[a-zA-Z]{3}$",
          "Label": "Currency",
          "EndUserDisplay": "Hide"
      },
      "Country": {
          "AllowedValues": [
              "CA"
          ],
          "Required": true,
          "MaxLength": 2,
          "MinLength": 2,
          "Pattern": "^[a-zA-Z]{2}$",
          "Label": "Destination Country",
          "EndUserDisplay": "Hide"
      },
      "RecipientType": {
          "AllowedValues": [
              "Business"
          ],
          "Required": true,
          "Pattern": "^[a-zA-Z]+$",
          "Label": "Recipient Type",
          "EndUserDisplay": "Hide"
      },
      "PayoutMethodType": {
          "AllowedValues": [
              "LocalBankTransfer"
          ],
          "Required": true,
          "Pattern": "^[a-zA-Z]+$",
          "Label": "Payout Method Type",
          "EndUserDisplay": "Hide"
      },
      "Tag": {
          "Required": false,
          "MaxLength": 255,
          "Pattern": "^.{0,255}$",
          "Label": "Tag",
          "EndUserDisplay": "Hide"
      },
      "RecipientScope": {
          "AllowedValues": [
              "PAYOUT",
              "PAYIN"
          ],
          "Required": false,
          "Pattern": "^[a-zA-Z]+$",
          "Label": "Recipient Scope",
          "EndUserDisplay": "Hide"
      },
      "LocalBankTransfer": {
          "CAD": {
              "AccountNumber": {
                  "Required": true,
                  "MaxLength": 35,
                  "MinLength": 7,
                  "Pattern": "^\\d{7,35}$",
                  "Label": "Account Number",
                  "EndUserDisplay": "Show"
              },
              "InstitutionNumber": {
                  "Required": true,
                  "MaxLength": 3,
                  "MinLength": 3,
                  "Pattern": "^\\d{3}$",
                  "Label": "Institution Number",
                  "EndUserDisplay": "Show"
              },
              "BranchCode": {
                  "Required": true,
                  "MaxLength": 5,
                  "MinLength": 5,
                  "Pattern": "^\\d{5}$",
                  "Label": "Branch Code",
                  "EndUserDisplay": "Show"
              },
              "BankName": {
                  "Required": true,
                  "MaxLength": 50,
                  "Label": "Bank Name",
                  "EndUserDisplay": "Show"
              }
          }
      },
      "BusinessRecipient": {
          "BusinessName": {
              "Required": true,
              "MaxLength": 255,
              "Pattern": "^(?!.*[(),.:/]).{1,255}$",
              "Label": "Business Name",
              "EndUserDisplay": "Show"
          },
          "Address": {
              "AddressLine1": {
                  "Required": true,
                  "MaxLength": 255,
                  "Pattern": "^(?!.*[()/]).{1,255}$",
                  "Label": "Address Line 1",
                  "EndUserDisplay": "Show"
              },
              "AddressLine2": {
                  "Required": false,
                  "MaxLength": 255,
                  "Pattern": "^(?!.*[()/]).{1,255}$",
                  "Label": "Address Line 2",
                  "EndUserDisplay": "Show"
              },
              "City": {
                  "Required": true,
                  "MaxLength": 80,
                  "Pattern": "^(?!.*[&,.:_]).{1,80}$",
                  "Label": "City",
                  "EndUserDisplay": "Show"
              },
              "Country": {
                  "Required": true,
                  "MaxLength": 2,
                  "MinLength": 2,
                  "Pattern": "^[a-zA-Z]+$",
                  "Label": "Country",
                  "EndUserDisplay": "Show"
              },
              "Region": {
                  "Required": true,
                  "MaxLength": 50,
                  "Pattern": "^(?!.*[&,.:_/]).{1,50}$",
                  "Label": "Region",
                  "EndUserDisplay": "Show"
              },
              "PostalCode": {
                  "Required": true,
                  "MaxLength": 10,
                  "Pattern": "^(?!.*[()&,.:_'/]).{1,10}$",
                  "Label": "Postal Code",
                  "EndUserDisplay": "Show"
              }
          }
      }
  }
  ```
</ResponseExample>

<RequestExample>
  ```json REST theme={null}
  // GET has no body parameters
  ```
</RequestExample>
