Submit application
Authorizations
Header parameters
ApiKeystringRequired
Body
applicationTypestringRequired
B2B2B
partnerBusinessNamestringRequired
partnerTaxIDnumberRequired
partnerDateIncorporatedstringRequired
YYYY-MM-DD
partnerBusinessTypestring · enumRequiredPossible values:
Select Business
partnerBusinessAddressstringRequired
partnerStreet2stringOptional
partnerGeneralInformationCitystringRequired
partnerGeneralInformationStatestring · enumRequiredPossible values:
Select State
partnerGeneralInformationZipintegerRequired
partnerWebsitestringRequired
partnerSICinteger · enumRequiredPossible values:
Select SIC
partnerOwnershipstring · enumRequiredPossible values:
Select
partnerBusinessDescriptionstringRequired
partnerBusinessPhoneintegerRequired
partnerCustomerSupportEmailstringRequired
partnerBusinessFaxintegerOptional
partnerInitialCreditLimitintegerRequired
partnerCustomerInformationFirstNamestringRequired
partnerCustomerInformationLastNamestringRequired
partnerCustomerInformationHomeAddressstringRequired
partnerCustomerInformationHomeStreet2stringOptional
partnerCustomerInformationStatestring · enumRequiredPossible values:
Select State
partnerCustomerInformationCitystringRequired
partnercustomerInformationZipintegerRequired
partnerCustomerInformationPercentOwnershipintegerRequired
partnerCustomerInformationDrivingLicenseNumberstringRequired
partnerCustomerInformationLicenseDatestringRequired
YYYY-MM-DD
partnerCustomerInformationDOBstringRequired
YYYY-MM-DD
partnerCustomerInformationSSNstringRequired
partnerTermsConditionsbooleanRequired
haveInsurancebooleanRequired
genderstring · enumRequiredPossible values:
Select Gender
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?