# PaymentMethodBizumInput

Details about the Bizum account used for this payment. If provided phone number is valid and registered in Bizum, MONEI will try to confirm the payment directly.

```
input PaymentMethodBizumInput {

  phoneNumber: String

  integrationType: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`PaymentMethodBizumInput.phoneNumber`](#phone-number) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#phone-number "Enlace directo al phone-number")

Phone number in E.164 format used to pay with `bizum`.

#### [`PaymentMethodBizumInput.integrationType`](#integration-type) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#integration-type "Enlace directo al integration-type")

Integration mode used to capture the Bizum payment (e.g. redirect, embedded).

### Member Of[​](#member-of "Enlace directo al Member Of")

[`PaymentMethodInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-input/.md) input
