---
title: "One Time Pin Validation"
method: POST
path: "/Otp/Verify"
tags: ["One Time Pin"]
---

# One Time Pin Validation

`POST /Otp/Verify`

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `phone` string, required — Phone number you sent him the code
  - `email` string, required — E-mail number you sent him the code
  - `code` string, required — The code the customer inserted in your website / application.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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