---
title: "Verifies an ATM code"
method: POST
path: "/atm/verify"
---

# Verifies an ATM code

`POST /atm/verify`

## Request body

- object
  - `atmId` string, required — The unique identifier for the ATM
  - `atmCode` string, required — The ATM code to be verified
  - `amount` string, required — The amount associated with the ATM code
  - `atmDate` string, DD-MM-YYYY, required — The date and time the ATM code was generated

## Response `200`

Valid Response

- object
  - `dateTime` string, DD-MM-YYYYTHH:mm:ss

## Other responses

- `400` — ATM code not found or is invalid
- `404` — ATM code not found or is invalid
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
