Retrieve a Sub-account

Get a sub-account detail information

Method and URL

GET | [BASE_URL]/v1/sub-merchants/:id

Response

Example 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"
    }
}

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

Response Data from Pivot contains sub-accounts object

Object

Last updated