---
title: "Validate account"
method: POST
path: "/v1/payment/orders/{order_id}/account-validation"
tags: ["Communication Services"]
---

# Validate account

`POST /v1/payment/orders/{order_id}/account-validation`

Validate account for communications

## Path parameters

- `order_id` string, required

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- ValidateAccountType
  - `type` 'Whatsapp', required — Validation channel

## Response `200`

Validate account

- ValidateAccountResponse
  - `status` object, required
    - `type` 'Sent' | 'Failed', required — Account validation status.
    - `reason` string — Reason for which it was not possible to validate the account. Only available in Failed status type.

## Other responses

- `400` — Bad Request
- `404` — Invalid order ID

---

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