# 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 "Direct link to Fields")

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

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

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

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

### Member Of[​](#member-of "Direct link to Member Of")

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