TODO: Resource-level docs
challenge a specific Verification Check.
Path parameters
-
The SID of the verification Service to create the resource under.
Minimum length is
34, maximum length is34. Format should match the following pattern:^VA[0-9a-fA-F]{32}$.
Body
-
The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled.
-
The 4-10 character string being verified.
-
The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled.
-
The phone number or email to verify. Either this parameter or the
verification_sidmust be specified. Phone numbers must be in E.164 format. -
A SID that uniquely identifies the Verification Check. Either this parameter or the
tophone number/email must be specified.Minimum length is
34, maximum length is34. Format should match the following pattern:^VE[0-9a-fA-F]{32}$.
curl \
--request POST 'https://verify.twilio.com/v2/Services/{ServiceSid}/VerificationCheck' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Amount=string&Code=string&Payee=string&To=string&VerificationSid=string'
{
"account_sid": "string",
"amount": "string",
"channel": "sms",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"payee": "string",
"service_sid": "string",
"sid": "string",
"status": "string",
"to": "string",
"valid": true
}