v1

latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KB
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

This endpoint is split from the original /subclients endpoint.

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

Request body

namestring required
tinstring

Taxpayer Identification Number needs to be 9 digits exactly.

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

Valid Email Address

mccstring required

Merchant Category Code (MCC): 4-digit code assigned by card networks to classify a merchant by the type of business they operate

mvvstring

Visa Merchant Verification Code (MVV): requires Visa registration

maidstring

MasterCard Identification (MAID): requires MasterCard registration

evvstring

Enabler Verification Value (EVV): A 5-character alphanumeric value assigned by Visa based on the use case

userIDstring

TabaPay user identifier

isostring
useCasestring

Specify the use case for the SubClient

Valid options:

  • PP Person to Person AFTs

  • CG Charity Donation

  • EC ECommerce

ipAddressstring ipv4
dbaNamestring

Doing Business As (DBA)

payoutSchedulestring

Example request

{
  "address": {
    "country": "840"
  },
  "phone": {
    "countryCode": "1",
    "number": "5555555555"
  },
  "identification": {
    "country": "840"
  },
  "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.