---
title: "Validate Phone"
method: POST
path: "/bizum/validate-phone"
tags: ["Bizum"]
---

# Validate Phone

`POST /bizum/validate-phone`

Validates if a phone number is registered with Bizum.

Use this endpoint to check if a customer's phone number can be used for Bizum payments
before attempting to process a payment. This helps provide a better user experience by
preventing failed payment attempts for non-registered numbers.

The response will indicate whether the phone number is valid for Bizum payments.

## Request body

- ValidateBizumPhoneRequest
  - `accountId` string, required — MONEI Account identifier.
  - `paymentId` string — Unique identifier for the payment.
  - `phoneNumber` string, required — Phone number in E.164 format.

## Response `200`

A successful response

- object
  - `isValid` boolean, required

## Other responses

- `400` — The request is incorrect or could not be processed
- `401` — Unauthorized error. Please check your auth credentials
- `404` — The specified resource was not found
- `422` — The request was well-formed but could not be processed due to semantic errors
- `500` — Unexpected server error
- `503` — The service is temporarily unavailable

---

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