v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBSubClient
Retrieve SubClient
Retrieves a Client's SubClient Registration.
For <glossary:ISO>s (Independent Sales Organization) only.
get/v4/clients/{ClientID}/subclients/{SubClientID}
Path parameters
ClientIDstring required
22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.
SubClientIDstring required
4, 6, or 8-digit <glossary:SubClientID>. Ask TabaPay Support for the specific number of digits your <glossary:SubClientID> needs to be.
Response
The SubClient registration is retrieved..
Example response
{
"address": {
"country": "840"
},
"phone": {
"countryCode": "1",
"number": "5555555555"
},
"fees": {
"type": "MDR"
},
"reserveAccount": {
"calculationsCurrencyCode": "840"
}
}