---
title: "Check verification code"
method: GET
path: "/antifraud/verification/{phone}/{code}"
tags: ["Verification"]
---

# Check verification code

`GET /antifraud/verification/{phone}/{code}`

## Path parameters

- `phone` string, required — Consumer's phone number. Must start with an optional '+' sign, followed by up to 16 digits. The first digit (after '+' if present) must be between 1 and 9 (i.e., no leading zeros).
- `code` string, required

## Headers

- `X-Request-ID` string

## Response `200`

Code is valid

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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