v1

latestOpenAPI 3.0.02026-07-2417517.4 KB
Applying with Katapult

Build the Application

The Katapult API Supports a multistep process for building the application once you have the uid. To build the Katapult application for a consumer, the customer’s application data as shown in the Application JSON to the right should be sent in a PATCH request to Katapult with the new information.

patch/application/{uid}/

Path parameters

uidstring required

Request body

billing_first_namestring
billing_last_namestring
emailstring
billing_addressstring
billing_address2string
billing_citystring
billing_statestring
billing_zipstring
dob_daynumber
dob_monthnumber
dob_yearnumber
incomestring
ssnstring
privacy_agreement_accepted'true' | 'false'

Example request

{
  "billing_first_name": "John",
  "billing_last_name": "Doe",
  "email": "jdoe@jtest.com",
  "billing_address": "14 28th Ave.",
  "billing_city": "New York",
  "billing_state": "NY",
  "billing_zip": "11102",
  "dob_day": 15,
  "dob_month": 7,
  "dob_year": 1984,
  "income": "50000.00",
  "ssn": "342134125",
  "privacy_agreement_accepted": "true"
}

Response

202 response