> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/account-and-balance/sub-account-management/list-of-sub-accounts.md).

# List of Sub-accounts

## Method and URL

<mark style="color:green;">`GET`</mark> \[<mark style="color:orange;">BASE\_URL</mark>]/v1/sub-merchants

## Query Options

<table data-full-width="false"><thead><tr><th width="168">Parameter</th><th width="288">Description</th><th>Example Value</th></tr></thead><tbody><tr><td>page</td><td>designated page</td><td>1</td></tr><tr><td>perPage</td><td>amount of record per page</td><td>10</td></tr></tbody></table>

## Response

**Response Body**

{% code fullWidth="false" %}

```json
{
  "code": "00",
  "message": "Success",
  "data": [
    {
      "uuid": "d8361719-290b-4b80-8e75-8329321a4000",
      "name": "Reforza Corporation",
      "shortName": "RCI",
      "description": "Whale Technology Company",
      "website": "pivot-payment.com",
      "address": "H Rasuna Said, Jakarta",
      "postCode": "60541",
      "logo": "https://acme.inc/assets/logo.png",
      "merchantEmail": "admin@corp.inc",
      "merchantPhone": "081217003600",
      "picEmail": "admin@corp.inc",
      "picPhone": "081217003600",
      "picName": "Reforza",
      "picJobTitle": "owner",
      "businessType": "COMPANY",
      "businessStructure": "PERSEROAN TERBATAS",
      "businessCountry": "ID",
      "parentIndustry": "Airlines",
      "childIndustry": "Airlines, Air Carriers",
      "mcc": "4511",
      "countryOfEntity": "ID",
      "digitalStatus": "Digital",
      "parentId": "e485e01b-ff59-4a47-bb7d-9b39064f3388",
      "subAccountStatus": "CREATED"
    }
  ],
  "pagination": {
    "page": 1,
    "perPage": 1,
    "totalItems": 11,
    "totalPages": 11
  }
}
```

{% endcode %}

**Detail Parameter Response**

<table data-full-width="false"><thead><tr><th>Parameter</th><th width="117.8636474609375">Data Type</th><th width="132.5">Requirement</th><th>Description</th></tr></thead><tbody><tr><td>code</td><td>String</td><td>M</td><td>Response Code from Pivot</td></tr><tr><td>message</td><td>String</td><td>M</td><td>Human readable message that represent response from Pivot</td></tr><tr><td>data</td><td>Array of Objects</td><td>M</td><td>Collection of <a data-mention href="/pages/DapgzASTsSP7NRslMjME">/pages/DapgzASTsSP7NRslMjME</a></td></tr><tr><td>pagination</td><td>Object</td><td>M</td><td><a data-mention href="/pages/26jTesCmqwwSXkJaVf9X">/pages/26jTesCmqwwSXkJaVf9X</a></td></tr></tbody></table>
