---
title: "Patch customer"
method: PATCH
path: "/customers/{id}"
tags: ["Customers"]
---

# Patch customer

`PATCH /customers/{id}`

Patch customer information (company, legal name, EIN, street address, sub-premise, city, state, postal code, country)

## Path parameters

- `id` string, required

## Request body

- PatchCustomerRequest — Request body for patching customer information
  - `city` string
  - `country` string
  - `ein` string
  - `legal_name` string
  - `name` string
  - `postal_code` string
  - `state` string
  - `street_address` string
  - `sub_premise` string

## Response `200`

OK

- CustomerReply
  - `city` string
  - `country` string
  - `created_at` string
  - `customer_integration_id` string
  - `default_payment_method_id` string
  - `ein` string
  - `email` string
  - `external_id` string
  - `id` string
  - `legal_name` string
  - `name` string
  - `postal_code` string
  - `state` string
  - `street_address` string
  - `sub_premise` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
