v1

latestOpenAPI 3.0.12026-08-0674476716.0 KB
Sub-TPPs

Get sub-TPP information

The GET /member/sub-tpps/{subTppId} endpoint retrieves the details of the specified sub-TPP for a reseller.

get/member/sub-tpps/{subTppId}

Path parameters

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

This id specifies the sub-TPP to be retrieved.

Response

Successful response

Example response

{
  "subTpp": {
    "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"
  }
}