SubClient

Create SubClient

Creates a Client's SubClient Registration.

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

Request to enable at TabaPay Support or help@tabapay.com

post/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.

Request body

namestring required

Company Name

tinstring required

Taxpayer Identification Number (EIN or SSN) needs to be 9 digits exactly.

typestring required

Company Type:

  • LLC
  • LLP
  • C-Corp
  • S-Corp
  • SoleProprietor
  • Nonprofit
  • Charitable
  • Other
urlstring

Company URL

emailstring required

Valid Email Address

mccstring required

Merchant Category Code

mvvstring

Visa Merchant Verification Code - requires Visa registration

maidstring

MasterCard Identification - requires MasterCard registration

Example request

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

Response

Client's SubClient Registration Created.

SCstring

HTTP Status Code

ECstring

Internal Error Code to help TabaPay trace the error.

EMstring

Short Description of Error if Error Occurred.

Changes

No recorded changes to this endpoint across all 1 revision of this API.