---
title: "Validate a Chimoney issued voucher code."
method: POST
path: "/v0.2.4/info/communities/verify-code"
tags: ["Info"]
---

# Validate a Chimoney issued voucher code.

`POST /v0.2.4/info/communities/verify-code`

## Request body

- object
  - `code` string, required — Chimoney issued voucher code.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message indicating the result of the operation.
  - `data` object
    - `Code` string — The validated Chimoney voucher code.
    - `Created Date` string — The date the Chimoney voucher was created.
    - `Delivery Date` string — The date the Chimoney voucher was delivered.
    - `Expiry Date` string — The expiry date of the Chimoney voucher.

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
