---
title: "Verify Verification Code"
method: POST
path: "/v2/customer/{id}/otp-verify"
---

# Verify Verification Code

`POST /v2/customer/{id}/otp-verify`

Verify an OTP code for customer's contact information.

## Path parameters

- `id` string, required

## Request body

- VerifyCustomerVerificationCodeDto
  - `type` 'phone' | 'email', required — Type of verification code
  - `code` string, required — Verification code

## Response `200`

- VerifyCustomerVerificationCodeResponseDto
  - `customerId` string, required — Customer ID
  - `verifiedAt` string, required — ISO 8601 formatted date and time of the verification code verification

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity - Validation Error

---

[API](https://skmtc.net/spherepay/apis/docs-spherepay-co.md) · [All operations](https://skmtc.net/spherepay/apis/docs-spherepay-co/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spherepay/docs-spherepay-co/versions/4f3f5484aed3/schema)
