5e8d6d2c24a1

latestOpenAPI 3.0.12026-08-0674476716.0 KB
Sub-TPPs

Get sub-TPP children

The GET /member/sub-tpps/{subTppId}/children endpoint retrieves the sub-TPP children for given sub-TPP.

get/member/sub-tpps/{subTppId}/children

Path parameters

subTppIdstring required
Example:8d54f066-c14a-47c0-b58b-fec6b0ed6b4c

This id specifies the sub-TPP for which the children are to be retrieved.

Response

Successful response

Example response

{
  "subTpps": [
    {
      "childSubTppIds": [
        "[\"8d54f066-c14a-47c0-b58b-fec6b0ed6b4c\",\"3d46h823-g02s-20m5-k19c-kes4ekkc2p5x\",\"0c55fwgs-s1e2-dloa-0j36-sat2b9kw4s8g\"]"
      ],
      "createdAt": "2022-09-22T17:00:00.000Z",
      "domain": "somehost.example.com",
      "id": "8d54f066-c14a-47c0-b58b-fec6b0ed6b4c",
      "memberId": "m:213xyzabc3453434",
      "merchant": {
        "merchantJurisdiction": "DE",
        "legalEntityName": "Test Merchant Entity Name",
        "companyRegistrationNumber": "123456789",
        "primaryUseCase": "AIS: Accounting package integration",
        "iban": "DE0000000000000000000",
        "bic": "BOFIIE2D"
      },
      "name": "Sub-TPP Business Ltd",
      "parentSubTppId": "6f34h397-b29h-23b0-s30g-hkd0d2dk4k1s",
      "restrictedCountries": [
        "DE",
        "FR",
        "GB"
      ],
      "status": "ACTIVATED",
      "statusReasonInformation": "This sub-TPP has been activated.",
      "updatedAt": "2022-09-22T17:00:00.000Z"
    }
  ]
}