---
title: "Restore a customer"
method: POST
path: "/customers/{id}/restore"
tags: ["Customers"]
---

# Restore a customer

`POST /customers/{id}/restore`

Restore a customer

## Path parameters

- `id` string, required

## 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
- `500` — Internal Server Error

---

[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)
