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
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",
"subAccountStatus": "CREATED"
}
],
"pagination": {
"page": 1,
"perPage": 1,
"totalItems": 11,
"totalPages": 11
}
}
Detail Parameter Response
Parameter
Data Type
Requirement
Description
code
String
M
Response Code from Pivot
message
String
M
Human readable message that represent response from Pivot
Last updated