# PaymentMethodInput

Polymorphic payment method input. Provide only the sub-object matching `method`.

```
input PaymentMethodInput {

  method: PaymentMethods

  bizum: PaymentMethodBizumInput

  card: PaymentMethodCardInput

  cardPresent: PaymentMethodCardPresentInput

  paypal: PaymentMethodPaypalInput

  sepa: PaymentMethodSepaInput

  trustly: PaymentMethodTrustlyInput

  klarna: PaymentMethodKlarnaInput

  mbway: PaymentMethodMBWayInput

}
```

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

#### [`PaymentMethodInput.method`](#method) ● [`PaymentMethods`](https://docs.monei.com/es/es/apis/graphql/types/enums/payment-methods/.md) enum[​](#method "Enlace directo al method")

Payment method to use.

#### [`PaymentMethodInput.bizum`](#bizum) ● [`PaymentMethodBizumInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-bizum-input/.md) input[​](#bizum "Enlace directo al bizum")

Bizum details (when `method` is `bizum`).

#### [`PaymentMethodInput.card`](#card) ● [`PaymentMethodCardInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-card-input/.md) input[​](#card "Enlace directo al card")

Card details (when `method` is `card`).

#### [`PaymentMethodInput.cardPresent`](#card-present) ● [`PaymentMethodCardPresentInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-card-present-input/.md) input[​](#card-present "Enlace directo al card-present")

Card-present details (when `method` is `cardPresent`).

#### [`PaymentMethodInput.paypal`](#paypal) ● [`PaymentMethodPaypalInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-paypal-input/.md) input[​](#paypal "Enlace directo al paypal")

PayPal details (when `method` is `paypal`).

#### [`PaymentMethodInput.sepa`](#sepa) ● [`PaymentMethodSepaInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-sepa-input/.md) input[​](#sepa "Enlace directo al sepa")

SEPA details (when `method` is `sepa`).

#### [`PaymentMethodInput.trustly`](#trustly) ● [`PaymentMethodTrustlyInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-trustly-input/.md) input[​](#trustly "Enlace directo al trustly")

Trustly details (when `method` is `trustly`).

#### [`PaymentMethodInput.klarna`](#klarna) ● [`PaymentMethodKlarnaInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-klarna-input/.md) input[​](#klarna "Enlace directo al klarna")

Klarna details (when `method` is `klarna`).

#### [`PaymentMethodInput.mbway`](#mbway) ● [`PaymentMethodMBWayInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-mbway-input/.md) input[​](#mbway "Enlace directo al mbway")

MB WAY details (when `method` is `mbway`).

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

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