---
title: "PATCH /v1/merchants/children/{child_merchant_id}"
method: PATCH
path: "/v1/merchants/children/{child_merchant_id}"
---

# PATCH /v1/merchants/children/{child_merchant_id}

`PATCH /v1/merchants/children/{child_merchant_id}`

## Path parameters

- `child_merchant_id` string, required

## Request body

- object
  - `data` object
    - `attributes` object
      - `accepted_terms_and_conditions` boolean — Indicates whether the child merchant has accepted the terms and conditions. The value is true if accepted, otherwise false.
      - `features` string[] — List of features available for the child merchant. Possible values are `payment_gateway`, `basic_wallet`, and `standard_wallet `.
      - `bank` object — Bank details of the child merchant
        - `id` string — Unique ID of the bank.
        - `account_name` string — Account name associated with the bank account.
        - `account_number` string — Bank account number associated with the bank account.
      - `business` object — Business details of the child merchant
        - `address` object — Address information of the business
          - `line1` string — Line1 of the business address information.
          - `line2` string — Line2 of the business address information.
          - `city` string — City of the business address information.
          - `state` string — State of the business address information.
          - `postal_code` string — Postal code of the business address information.
        - `age` string — Age range of the business. Possible options are: `less_than_1_year`, `between_1_and_2_years`, `between_2_and_5_years`, `greater_than_5_years`
        - `customer_service_number` string — Customer service contact number of the business.
        - `date_of_incorporation.day` integer — Day of incorporation. The possible values are 1 to 31.
        - `date_of_incorporation.month` integer — Month of incorporation. The possible values are 1 to 12
        - `date_of_incorporation.year` integer — Year of incorporation.
        - `description` string — A string that describes the business of the child merchant.
        - `dti_registered_name` string — Registered name of the business with the Department of Trade and Industry (DTI).
        - `estimated_monthly_volume` string — Estimated monthly transaction volume range of the business in PHP. The possible values are `less_than_100K`, `between_100K_and_300K`, `between_300K_and_500K`, `between_500K_and_1M`, `between_1M_and_3M`, and `greater_than_3M`
        - `handle` string — A unique handle or identifier for the business
        - `industry` string — Industry or sector in which the business operates.
        - `intended_product` string — Intended product use or reason for signing up to Paymongo.
        - `legal_name` string — Legal name of the business.
        - `physical_store` boolean — A boolean value that indicates whether the business has a physical store.
        - `registration_number` string — Registration number of the business.
        - `size` string — Size of the business in terms of employees. The possible values are `less_than_10`, `between_10_and_50`, `between_51_and_250`, and `greater_than_250`.
        - `tin` string — Tax Identification Number (TIN) of the business.
        - `trade_name` string — Trade name of the business.
        - `type` string — Registration type of the business. Possible values are `individual`, `sole_proprietor`, `partnership`, `corporation`
        - `website` string — Website URL of the business.
      - `e_wallet` object — Contains details about the child merchant's existing e-wallets with other providers.
        - `provider` string — The provider of the e-wallet. Possible values are `gcash`, `maya`, `grab_pay`, `other`.
        - `other_provider` string — Required if provider is set to `other`. Accepts a string value stating an e-wallet provider not included in the list above.
        - `mobile_number` string — Mobile number associated to the child merchant's e-wallet.
      - `representative` object — A dictionary the containing details of the main representative of the child merchant.
        - `address` object — Address information of the representative
          - `line1` string — Line1 of the representative address information.
          - `line2` string — Line2 of the representative address information.
          - `city` string — City of the representative address information.
          - `state` string — State of the representative address information.
          - `postal_code` string — Postal code of the representative address information.
        - `date_of_birth.day` integer — Day of the representative's date of birth. The possible values are 1 to 31.
        - `date_of_birth.month` integer — Month of the representative's date of birth. The possible values are 1 to 12.
        - `date_of_birth.year` integer — Year of the representative's date of birth. The representative must be of legal age.
        - `email_address` string — Email address of the representative.
        - `first_name` string — First name of the representative.
        - `last_name` string — Last name of the representative.
        - `mobile_number` string — Mobile number of the representative
        - `nationality` string — Nationality of the consumer, represented by an ISO 3166-1 alpha-3 code (e.g., PHL for the Philippines).
        - `permanent_address` object — Permanent address information of the representative
          - `line1` string — Line1 of the representative address information.
          - `line2` string — Line2 of the representative address information.
          - `city` string — City of the representative address information.
          - `state` string — State of the representative address information.
          - `postal_code` string — Postal code of the representative address information.
        - `place_of_birth.city` string — City of the representative's place of birth.
        - `place_of_birth.country` string — Country of the representative's place of birth.
        - `source_of_funds` string — Source of funds of the representative. Possible values are `salary`, `pension`, `allowance`, `commission`, `donation`, and `other`
        - `source_of_funds_other` string — Required if source_of_funds is set to `other`. Accepts a string value stating the source_of_funds not included in the list above.
        - `source_of_funds_salary` string — Required if source_of_funds is set to `salary`. Accepts a string value stating the nature of the representative's line of work.

## Response `200`

---

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