---
title: "Complete Google Location Verification Process"
method: POST
path: "/verifications/google-locations/{google_location_id}/complete"
tags: ["Google"]
---

# Complete Google Location Verification Process

`POST /verifications/google-locations/{google_location_id}/complete`

This endpoint completes the Google location verification process identified by `google_location_id`. It requires  authentication and authorization with at least the role of `BUSINESS_MANAGER`.

If the verification process is not in the `PENDING` status, or if the PIN code is invalid, an error response will be returned. If the completion is successful, the verification status of the location will be updated.

## Path parameters

- `google_location_id` string, required

## Request body

- object
  - `method` 'PHONE_CALL' | 'SMS' | 'EMAIL' | 'ADDRESS'
  - `pin_code` string — The PIN code provided by the user during the verification process.

## Response `200`

OK

- object
  - `status` string — The status of the response `success` or `error`.
  - `message` 'complete_success' | 'complete_in_review' | 'complete_only_pending' | 'complete_invalid_pin' | 'complete_error' — Details of the message. Can be one of the following: - `complete_success`: The verification process has been completed successfully (returned with a `success` status). - `complete_in_review`: The verification process has been completed successfully but the verification is still in review (returned with a `success` status). - `complete_only_pending`: The verification process can be completed only on a `PENDING` verification (returned with a `error` status). - `complete_invalid_pin`: The PIN code provided is invalid (returned with a `error` status). - `complete_error`: An error occurred during the completion of the verification process (returned with a `error` status).

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
