Submit application

Submit Application

post
Authorizations
Header parameters
ApiKeystringRequired
Body
applicationTypestringRequired

B2B2B

partnerBusinessNamestringRequired
partnerTaxIDnumberRequired
partnerDateIncorporatedstringRequired

YYYY-MM-DD

partnerBusinessTypestring · enumRequired

Select Business

Possible values:
partnerBusinessAddressstringRequired
partnerStreet2stringOptional
partnerGeneralInformationCitystringRequired
partnerGeneralInformationStatestring · enumRequired

Select State

Possible values:
partnerGeneralInformationZipintegerRequired
partnerWebsitestringRequired
partnerSICinteger · enumRequired

Select SIC

Possible values:
partnerOwnershipstring · enumRequired

Select

Possible values:
partnerBusinessDescriptionstringRequired
partnerBusinessPhoneintegerRequired
partnerCustomerSupportEmailstringRequired
partnerBusinessFaxintegerOptional
partnerInitialCreditLimitintegerRequired
partnerCustomerInformationFirstNamestringRequired
partnerCustomerInformationLastNamestringRequired
partnerCustomerInformationHomeAddressstringRequired
partnerCustomerInformationHomeStreet2stringOptional
partnerCustomerInformationStatestring · enumRequired

Select State

Possible values:
partnerCustomerInformationCitystringRequired
partnercustomerInformationZipintegerRequired
partnerCustomerInformationPercentOwnershipintegerRequired
partnerCustomerInformationDrivingLicenseNumberstringRequired
partnerCustomerInformationLicenseDatestringRequired

YYYY-MM-DD

partnerCustomerInformationDOBstringRequired

YYYY-MM-DD

partnerCustomerInformationSSNstringRequired
partnerTermsConditionsbooleanRequired
haveInsurancebooleanRequired
genderstring · enumRequired

Select Gender

Possible values:
EINstring · binary[]Required
Articlesstring · binary[]Required
SSNCardstring · binary[]Required
DL_Frontstring · binary[]Required
DL_Backstring · binary[]Required
Responses
200

Successful Response

application/json
post
POST /partner/submit-application HTTP/1.1
Host: api.kaped.io
Authorization: Bearer YOUR_SECRET_TOKEN
ApiKey: text
Content-Type: multipart/form-data
Accept: */*
Content-Length: 1213

{
  "applicationType": "text",
  "partnerBusinessName": "text",
  "partnerTaxID": 1,
  "partnerDateIncorporated": "text",
  "partnerBusinessType": "LLC",
  "partnerBusinessAddress": "text",
  "partnerStreet2": "text",
  "partnerGeneralInformationCity": "text",
  "partnerGeneralInformationState": "AL",
  "partnerGeneralInformationZip": 1,
  "partnerWebsite": "text",
  "partnerSIC": 100,
  "partnerOwnership": "public",
  "partnerBusinessDescription": "text",
  "partnerBusinessPhone": 1,
  "partnerCustomerSupportEmail": "text",
  "partnerBusinessFax": 1,
  "partnerInitialCreditLimit": 1,
  "partnerCustomerInformationFirstName": "text",
  "partnerCustomerInformationLastName": "text",
  "partnerCustomerInformationHomeAddress": "text",
  "partnerCustomerInformationHomeStreet2": "text",
  "partnerCustomerInformationState": "AL",
  "partnerCustomerInformationCity": "text",
  "partnercustomerInformationZip": 1,
  "partnerCustomerInformationPercentOwnership": 1,
  "partnerCustomerInformationDrivingLicenseNumber": "text",
  "partnerCustomerInformationLicenseDate": "text",
  "partnerCustomerInformationDOB": "text",
  "partnerCustomerInformationSSN": "text",
  "partnerTermsConditions": true,
  "haveInsurance": true,
  "gender": "Male",
  "EIN": [
    "binary"
  ],
  "Articles": [
    "binary"
  ],
  "SSNCard": [
    "binary"
  ],
  "DL_Front": [
    "binary"
  ],
  "DL_Back": [
    "binary"
  ]
}
200

Successful Response

{
  "applicationType": "text",
  "partnerBusinessName": "text",
  "partnerTaxID": 1,
  "partnerDateIncorporated": "text",
  "partnerBusinessType": "LLC",
  "partnerBusinessAddress": "text",
  "partnerStreet2": "text",
  "partnerGeneralInformationCity": "text",
  "partnerGeneralInformationState": "AL",
  "partnerGeneralInformationZip": 1,
  "partnerWebsite": "text",
  "partnerSIC": 100,
  "partnerOwnership": "public",
  "partnerBusinessDescription": "text",
  "partnerBusinessPhone": 1,
  "partnerCustomerSupportEmail": "text",
  "partnerBusinessFax": 1,
  "partnerInitialCreditLimit": 1,
  "partnerCustomerInformationFirstName": "text",
  "partnerCustomerInformationLastName": "text",
  "partnerCustomerInformationHomeAddress": "text",
  "partnerCustomerInformationHomeStreet2": "text",
  "partnerCustomerInformationState": "AL",
  "partnerCustomerInformationCity": "text",
  "partnercustomerInformationZip": 1,
  "partnerCustomerInformationPercentOwnership": 1,
  "partnerCustomerInformationDrivingLicenseNumber": "text",
  "partnerCustomerInformationLicenseDate": "text",
  "partnerCustomerInformationDOB": "text",
  "partnerCustomerInformationSSN": "text",
  "partnerTermsConditions": true,
  "haveInsurance": true,
  "gender": "Male",
  "EIN": [
    "binary"
  ],
  "Articles": [
    "binary"
  ],
  "SSNCard": [
    "binary"
  ],
  "DL_Front": [
    "binary"
  ],
  "DL_Back": [
    "binary"
  ]
}

Last updated

Was this helpful?