# Update a Verification status **POST /v2/Services/{ServiceSid}/Verifications/{Sid}** Update a Verification status TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to update the resource from. - **Sid** (string) The Twilio-provided string that uniquely identifies the Verification resource to update. ### Body: (object) - **Status** (string) The new status of the resource. Can be: `canceled` or `approved`. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **amount** (string | null) The amount of the associated PSD2 compliant transaction. - **channel** (string | null) The verification method used. - **date_created** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was last updated - **lookup** () Information about the phone number being verified - **payee** (string | null) The payee of the associated PSD2 compliant transaction - **send_code_attempts** (array | null) An array of verification attempt objects. - **service_sid** (string | null) The SID of the Service that the resource is associated with - **sid** (string | null) The unique string that identifies the resource - **status** (string | null) The status of the verification resource - **to** (string | null) The phone number or email being verified - **url** (string(uri) | null) The absolute URL of the Verification resource - **valid** (boolean | null) Whether the verification was successful [Powered by Bump.sh](https://bump.sh)