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

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

Payment method to use.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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