Submit b2b2c application

Submit Application B2B2C

post
Authorizations
Header parameters
ApiKeystringRequired
Body
applicationTypestring · enumRequired

B2B2C

Possible values:
customerCurrentCitystringRequired
customerCurrentStreetAddressstringRequired
customerFirstNamestringRequired
customerMiddleNamestringRequired
customerLastNamestringRequired
customerMaidenNamestringOptional
customerDateOfBirthstringRequired

YYYY-MM-DD

customerSSNintegerRequired
customerGenderstring · enumRequired

Select Gender

Possible values:
customerEmailstringRequired
customerDrivingLicenseNumberintegerRequired
customerCurrentStatestring · enumRequired

Select State

Possible values:
customerCurrentZipintegerRequired
customerCurrentYearsintegerRequired
customerPersonalPhoneintegerRequired
customerHomeTypestring · enumRequired

Select Home Type

Possible values:
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?