---
title: "Patch credit application"
method: PATCH
path: "/credit/applications/{application_id}"
tags: ["Credit"]
---

# Patch credit application

`PATCH /credit/applications/{application_id}`

Update an existing credit application. The optional keys can be changed at any point before the application is submitted.

## Request body

- CreditApplicationPatch
  - `applicant` object
    - `employment_status` 'employed' | 'self_employed' | 'unemployed' | 'retired' | 'student' | 'other'
    - `total_annual_income` integer — Total annual income in cents
    - `monthly_housing_payment` integer — Monthly housing payment in cents

## Response `200`

- CreditApplication
  - `application_id` string
  - `program_id` string, required
  - `date_created` string, required
  - `date_updated` string, required
  - `application_status` 'created' | 'submitted' | 'resubmit_required' | 'approved' | 'denied', required
  - `applicant` object, required
    - `customer_id` string
    - `employment_status` 'employed' | 'self_employed' | 'unemployed' | 'retired' | 'student' | 'other'
    - `address_id` string
    - `total_annual_income` integer — Total annual income in cents
    - `monthly_housing_payment` integer — Monthly housing payment in cents
    - `terms_accepted` boolean
    - `currency` 'USD', required
    - `first_name` string
    - `middle_name` string
    - `last_name` string
    - `date_of_birth` string
    - `street` string
    - `street2` string
    - `city` string
    - `state` string
    - `country` string
    - `zip_code` string
    - `ssn` string — Tokenized value
    - `email` string — Must be a valid email address
  - `accounts` object
    - `security_deposit_account_id` string, nullable

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
