# ValidateBizumPhoneRequest

**accountId**AccountIdrequired

MONEI Account identifier.

**Example:<!-- -->&#x20;**`aa9333ba-82de-400c-9ae7-087b9f8d2242`

**paymentId**Payment-Id

Unique identifier for the payment.

**Example:<!-- -->&#x20;**`af6029f80f5fc73a8ad2753eea0b1be0`

**phoneNumber**stringrequired

Phone number in E.164 format.

**Example:<!-- -->&#x20;**`+34500000000`

ValidateBizumPhoneRequest

```
{

  "accountId": "aa9333ba-82de-400c-9ae7-087b9f8d2242",

  "paymentId": "af6029f80f5fc73a8ad2753eea0b1be0",

  "phoneNumber": "+34500000000"

}
```
