---
title: "POST /v2/Services/{ServiceSid}/VerificationCheck"
method: POST
path: "/v2/Services/{ServiceSid}/VerificationCheck"
---

# POST /v2/Services/{ServiceSid}/VerificationCheck

`POST /v2/Services/{ServiceSid}/VerificationCheck`

challenge a specific Verification Check.

## Path parameters

- `ServiceSid` string, required

## Response `201`

Created

- VerifyV2ServiceVerificationCheck
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the VerificationCheck resource.
  - `amount` string, nullable — The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled.
  - `channel` 'sms' | 'call' | 'email' | 'whatsapp' | 'sna'
  - `date_created` string, date-time, nullable — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the Verification Check resource was created.
  - `date_updated` string, date-time, nullable — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the Verification Check resource was last updated.
  - `payee` string, nullable — The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled.
  - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.
  - `sid` string, nullable — The unique string that we created to identify the VerificationCheck resource.
  - `sna_attempts_error_codes` unknown[], nullable — List of error codes as a result of attempting a verification using the `sna` channel. The error codes are chronologically ordered, from the first attempt to the latest attempt. This will be an empty list if no errors occured or `null` if the last channel used wasn't `sna`.
    - unknown
  - `status` string, nullable — The status of the verification. Can be: `pending`, `approved`, or `canceled`.
  - `to` string, nullable — The phone number or [email](https://www.twilio.com/docs/verify/email) being verified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164).
  - `valid` boolean, nullable — Use "status" instead. Legacy property indicating whether the verification was successful.

---

[API](https://skmtc.net/twilio/apis/twilio-verify-v2.md) · [All operations](https://skmtc.net/twilio/apis/twilio-verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-verify-v2/versions/b85b5e38502c/schema)
