> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# verify_phone

> Check the one-time code and unlock adding funds.

Checks the one-time code the user received from [start\_phone\_verification](/companies/mcp/tools/start_phone_verification). On success the user can add funds and the verification stays fresh for 60 days, so call [add\_funds](/companies/mcp/tools/add_funds) next.

## Parameters

| Parameter | Type   | Required | Description                                                                                           |
| --------- | ------ | -------- | ----------------------------------------------------------------------------------------------------- |
| `code`    | string | Yes      | The one-time code the user received, as a string. Keep any leading zeros; do not send it as a number. |

## Returns

Confirmation that funding is unlocked when the code is correct. A wrong or expired code returns a recoverable message so you can ask the user to re-check it, or call [start\_phone\_verification](/companies/mcp/tools/start_phone_verification) to send a fresh one.

## Example

```json theme={null}
{ "name": "verify_phone", "arguments": { "code": "042518" } }
```
