v1
latestOpenAPI 3.0.12026-08-0674476716.0 KBSub-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
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
Example response
{
"subTppId": "8d54f066-c14a-47c0-b58b-fec6b0ed6b4c"
}