# PaymentMethod

Details about the payment method at the time of the transaction. Only the sub-object matching `method` is populated.

```
type PaymentMethod {

  method: PaymentMethods

  card: PaymentMethodCard

  cardPresent: PaymentMethodCardPresent

  bizum: PaymentMethodBizum

  paypal: PaymentMethodPaypal

  trustly: PaymentMethodTrustly

  sepa: PaymentMethodSepa

  klarna: PaymentMethodKlarna

  mbway: PaymentMethodMBWay

}
```

### Fields[​](#fields "Direct link to Fields")

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

Payment method type.

#### [`PaymentMethod.card`](#card) ● [`PaymentMethodCard`](https://docs.monei.com/apis/graphql/types/objects/payment-method-card/.md) object[​](#card "Direct link to card")

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

#### [`PaymentMethod.cardPresent`](#card-present) ● [`PaymentMethodCardPresent`](https://docs.monei.com/apis/graphql/types/objects/payment-method-card-present/.md) object[​](#card-present "Direct link to card-present")

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

#### [`PaymentMethod.bizum`](#bizum) ● [`PaymentMethodBizum`](https://docs.monei.com/apis/graphql/types/objects/payment-method-bizum/.md) object[​](#bizum "Direct link to bizum")

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

#### [`PaymentMethod.paypal`](#paypal) ● [`PaymentMethodPaypal`](https://docs.monei.com/apis/graphql/types/objects/payment-method-paypal/.md) object[​](#paypal "Direct link to paypal")

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

#### [`PaymentMethod.trustly`](#trustly) ● [`PaymentMethodTrustly`](https://docs.monei.com/apis/graphql/types/objects/payment-method-trustly/.md) object[​](#trustly "Direct link to trustly")

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

#### [`PaymentMethod.sepa`](#sepa) ● [`PaymentMethodSepa`](https://docs.monei.com/apis/graphql/types/objects/payment-method-sepa/.md) object[​](#sepa "Direct link to sepa")

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

#### [`PaymentMethod.klarna`](#klarna) ● [`PaymentMethodKlarna`](https://docs.monei.com/apis/graphql/types/objects/payment-method-klarna/.md) object[​](#klarna "Direct link to klarna")

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

#### [`PaymentMethod.mbway`](#mbway) ● [`PaymentMethodMBWay`](https://docs.monei.com/apis/graphql/types/objects/payment-method-mbway/.md) object[​](#mbway "Direct link to mbway")

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

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

[`Charge`](https://docs.monei.com/apis/graphql/types/objects/charge/.md) object ● [`ChargeEventObject`](https://docs.monei.com/apis/graphql/types/objects/charge-event-object/.md) object ● [`Payment`](https://docs.monei.com/apis/graphql/types/objects/payment/.md) object ● [`Subscription`](https://docs.monei.com/apis/graphql/types/objects/subscription/.md) object ● [`SubscriptionEventObject`](https://docs.monei.com/apis/graphql/types/objects/subscription-event-object/.md) object
