v1

latestOpenAPI 3.0.12026-08-0674476716.0 KB
Sub-TPPs

Create a sub-TPP

The POST /member/sub-tpps endpoint creates a new sub-TPP for a reseller.

post/member/sub-tpps

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "domain": "somehost.example.com",
  "logo": "b0Y5cVl6aDc3RkE5blZyQ24yamlh",
  "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"
}

Response

Successful response

subTppIdstring

The Token.io-generated identifier for the sub-TPP used by the reseller as the actingAs.refId in token requests.

Example response

{
  "subTppId": "8d54f066-c14a-47c0-b58b-fec6b0ed6b4c"
}