List of Sub-accounts

Get a Collection of Sub-accounts

Method and URL

GET | [BASE_URL]/v1/sub-merchants

Query Options

Parameter
Description
Example Value

page

designated page

1

perPage

amount of record per page

10

email

sub-merchants / company email

admin@corp.inc

Response

Response Body

{
  "code": "00",
  "message": "Success",
  "data": [
    {
      "uuid": "d8361719-290b-4b80-8e75-8329321a4000",
      "name": "Reforza Corporation",
      "shortName": "RCI",
      "description": "Whale Technology Company",
      "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"
    }
  ],
  "pagination": {
    "page": 1,
    "perPage": 1,
    "totalItems": 11,
    "totalPages": 11
  }
}

Response Data Schema

Schema Path
Description
Data Type Validation

code

Response Code from Pivot

String

message

Human readable message that represent response from Pivot

String

data

Collection of sub-accounts object

Array

pagination

page information

Object

Last updated