Submit b2b2c application
Authorizations
Header parameters
ApiKeystringRequired
Body
applicationTypestring · enumRequiredPossible values:
B2B2C
customerCurrentCitystringRequired
customerCurrentStreetAddressstringRequired
customerFirstNamestringRequired
customerMiddleNamestringRequired
customerLastNamestringRequired
customerMaidenNamestringOptional
customerDateOfBirthstringRequired
YYYY-MM-DD
customerSSNintegerRequired
customerGenderstring · enumRequiredPossible values:
Select Gender
customerEmailstringRequired
customerDrivingLicenseNumberintegerRequired
customerCurrentStatestring · enumRequiredPossible values:
Select State
customerCurrentZipintegerRequired
customerCurrentYearsintegerRequired
customerPersonalPhoneintegerRequired
customerHomeTypestring · enumRequiredPossible values:
Select Home Type
customerEmployerNamestringRequired
customerPositionstringRequired
customerBusinessPhoneintegerRequired
customerYearsInJobintegerRequired
customerMonthlyIncomeintegerRequired
customerOtherIncomeintegerOptional
customerSourceOtherIncomestringOptional
customerHaveInsurancebooleanRequired
customerTermsConditionsbooleanRequired
initialCreditLimitintegerRequired
DL_Frontstring · binary[]Required
DL_Backstring · binary[]Required
Responses
200
Successful Response
application/json
post
POST /partner/submit-b2b2c-application HTTP/1.1
Host: api.kaped.io
Authorization: Bearer YOUR_SECRET_TOKEN
ApiKey: text
Content-Type: multipart/form-data
Accept: */*
Content-Length: 771
{
"applicationType": "B2B2C",
"customerCurrentCity": "text",
"customerCurrentStreetAddress": "text",
"customerFirstName": "text",
"customerMiddleName": "text",
"customerLastName": "text",
"customerMaidenName": "text",
"customerDateOfBirth": "text",
"customerSSN": 1,
"customerGender": "Male",
"customerEmail": "text",
"customerDrivingLicenseNumber": 1,
"customerCurrentState": "AL",
"customerCurrentZip": 1,
"customerCurrentYears": 1,
"customerPersonalPhone": 1,
"customerHomeType": "Own",
"customerEmployerName": "text",
"customerPosition": "text",
"customerBusinessPhone": 1,
"customerYearsInJob": 1,
"customerMonthlyIncome": 1,
"customerOtherIncome": 1,
"customerSourceOtherIncome": "text",
"customerHaveInsurance": true,
"customerTermsConditions": true,
"initialCreditLimit": 1,
"DL_Front": [
"binary"
],
"DL_Back": [
"binary"
]
}
200
Successful Response
{
"applicationType": "B2B2C",
"customerCurrentCity": "text",
"customerCurrentStreetAddress": "text",
"customerFirstName": "text",
"customerMiddleName": "text",
"customerLastName": "text",
"customerMaidenName": "text",
"customerDateOfBirth": "text",
"customerSSN": 1,
"customerGender": "Male",
"customerEmail": "text",
"customerDrivingLicenseNumber": 1,
"customerCurrentState": "AL",
"customerCurrentZip": 1,
"customerCurrentYears": 1,
"customerPersonalPhone": 1,
"customerHomeType": "Own",
"customerEmployerName": "text",
"customerPosition": "text",
"customerBusinessPhone": 1,
"customerYearsInJob": 1,
"customerMonthlyIncome": 1,
"customerOtherIncome": 1,
"customerSourceOtherIncome": "text",
"customerHaveInsurance": true,
"customerTermsConditions": true,
"initialCreditLimit": 1,
"DL_Front": [
"binary"
],
"DL_Back": [
"binary"
]
}
Last updated
Was this helpful?