v1

latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KB
SubClient

Retrieve SubClient

Retrieves a Client's SubClient Registration.

For <glossary:ISO>s (Independent Sales Organization) only.

This endpoint is split from the original /subclients endpoint.

get/v2/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..

ECstring

Internal Error Code. This is used to help TabaPay team members trace an error.

EMstring

Short description of the error if an error occurred.

namestring
type'LLC' | 'LLP' | 'C-Corp' | 'S-Corp' | 'SoleProprietor' | 'Nonprofit' | 'Charitable' | 'NaturalPerson' | 'Other'
urlstring
emailstring email

Email Address

mccstring
mvvstring
maidstring
evvstring
userIDstring

TabaPay user identifier

isostring
useCasestring
ipAddressstring ipv4
dbaNamestring

Doing Business As (DBA)

payoutSchedulestring

Example response

{
  "address": {
    "country": "840"
  },
  "phone": {
    "countryCode": "1",
    "number": "5555555555"
  },
  "identification": {
    "country": "840"
  },
  "fees": {
    "type": "MDR"
  },
  "reserveAccount": {
    "calculationsCurrencyCode": "840"
  }
}