---
title: "Create an Application"
method: POST
path: "/application/"
tags: ["Applying with Katapult"]
---

# Create an Application

`POST /application/`

To create the Katapult application for a consumer, the customer’s  application data as shown in the Application JSON to the right  should be sent either in a POST or PATCH request to Katapult.

## Request body

- object
  - `phone` string
  - `billing_first_name` string
  - `billing_last_name` string
  - `email` string
  - `billing_address` string
  - `billing_address2` string
  - `billing_city` string
  - `billing_state` string
  - `billing_zip` string
  - `dob_day` number
  - `dob_month` number
  - `dob_year` number
  - `income` string
  - `ssn` string
  - `last_pay_day` string
  - `next_pay_day` string
  - `payment_frequency` 'weekly' | 'bi-weekly' | 'semi-monthly' | 'monthly'
  - `privacy_agreement_accepted` 'true' | 'false'

## Response `201`

Success Response

---

[API](https://skmtc.dev/katapult/apis/katapult-api.md) · [All operations](https://skmtc.dev/katapult/apis/katapult-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/katapult/katapult-api/revisions/d6b487447fd3/schema)
