---
title: "POST /{merchantId}/accounts/{accountId}/verifyphonenumber"
method: POST
path: "/{merchantId}/accounts/{accountId}/verifyphonenumber"
tags: ["accounts"]
---

# POST /{merchantId}/accounts/{accountId}/verifyphonenumber

`POST /{merchantId}/accounts/{accountId}/verifyphonenumber`

Validates verification code to verify phone number for the account. If successful this will overwrite the value of `accounts.businessinformation.phoneNumber`. Only verified phone number will replace an existing verified phone number.

## Path parameters

- `merchantId` string, required
- `accountId` string, required

## Request body

- VerifyPhoneNumberRequest — Request message for the VerifyPhoneNumber method.
  - `verificationId` string — The verification ID returned by `requestphoneverification`.
  - `verificationCode` string — The verification code that was sent to the phone number for validation.
  - `phoneVerificationMethod` 'PHONE_VERIFICATION_METHOD_UNSPECIFIED' | 'SMS' | 'PHONE_CALL' — Verification method used to receive verification code.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/content.md) · [All operations](https://skmtc.net/google/apis/content/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/content/versions/1033388fc86f/schema)
