# PaymentMethods

**livemode**Livemoderequired

Has the value `true` if the resource exists in live mode or the value `false` if the resource exists in test mode.

**Example:<!-- -->&#x20;**`false`

**paymentMethods**string\[]required

An array of available payment methods for the account or payment. Possible values include:

* `alipay` - Alipay
* `applePay` - Apple Pay
* `bancontact` - Bancontact
* `bizum` - Bizum
* `blik` - BLIK
* `card` - Credit or debit card
* `cardPresent` - Card present (physical POS)
* `clickToPay` - Click to Pay
* `eps` - EPS
* `giropay` - Giropay
* `googlePay` - Google Pay
* `iDeal` - iDEAL
* `klarna` - Klarna
* `mbway` - MB WAY
* `multibanco` - Multibanco
* `paypal` - PayPal
* `sepa` - SEPA Direct Debit
* `sofort` - Sofort
* `trustly` - Trustly

**Possible values:** \[`alipay`, `applePay`, `bancontact`, `bizum`, `blik`, `card`, `cardPresent`, `clickToPay`, `eps`, `giropay`, `googlePay`, `iDeal`, `klarna`, `mbway`, `multibanco`, `paypal`, `sepa`, `sofort`, `trustly`]

**Example:<!-- -->&#x20;**`["bizum","applePay","googlePay","alipay","bancontact","blik","eps","iDeal","mbway","multibanco","sofort","trustly","sepa","klarna","giropay","card"]`

**metadata** <!-- -->objectrequired

Additional configuration details for each payment method.

**alipay** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["CN"]`

**bancontact** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["BE"]`

**bizum** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["ES"]`

**blik** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["PL"]`

**card** <!-- -->object

**brands**string\[]

List of card brands supported

**Example:<!-- -->&#x20;**`["visa","mastercard"]`

**eps** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["AT"]`

**iDeal** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["NL"]`

**mbway** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["PT"]`

**multibanco** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["PT"]`

**sofort** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["AT","BE","DE","ES","IT","NL","CH","PL"]`

**trustly** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["DE","DK","EE","ES","FI","GB","LT","LV","NL","NO","PL","SE","SK"]`

**sepa** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IE","IT","LV","LT","LU","MT","NL","PL","PT","RO","SK","SI","ES","SE","IS","LI","NO","AD","SM","MC","VA","PF","TF","GI","GG","IM","JE","BL","PM","CH","GB","WF"]`

**klarna** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["AT","BE","CH","DE","DK","ES","FI","FR","GB","IT","NL","NO","SE"]`

**giropay** <!-- -->object

**countries**string\[]

List of countries where the payment method is available

**Example:<!-- -->&#x20;**`["DE"]`

**googlePay** <!-- -->object

**merchantId**string

Google Pay merchant ID

**Example:<!-- -->&#x20;**`12345678901234567890`

**cvcRequired**boolean

Whether CVC is required for Google Pay transactions

**Example:<!-- -->&#x20;**`false`

**applePay** <!-- -->object

**merchantId**string

Apple Pay merchant ID

**Example:<!-- -->&#x20;**`merchant.com.monei`

**clickToPay** <!-- -->object

**tokenSupport**boolean

Whether token support is enabled

**Example:<!-- -->&#x20;**`true`

**preselected**boolean

Whether the method is preselected

**Example:<!-- -->&#x20;**`false`

**visa** <!-- -->object

**srciDpaId**string

**Example:<!-- -->&#x20;**`f47ac10b-58cc-4372-a567-0e02b2c3d479`

**srcInitiatorId**string

**Example:<!-- -->&#x20;**`550e8400-e29b-41d4-a716-446655440000`

**mastercard** <!-- -->object

**srciDpaId**string

**Example:<!-- -->&#x20;**`6ba7b810-9dad-11d1-80b4-00c04fd430c8`

**srcInitiatorId**string

**Example:<!-- -->&#x20;**`a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11`

**discover** <!-- -->object

**srciDpaId**string

**Example:<!-- -->&#x20;**`71f0c4d5-9947-4d1c-9cb3-d6a3f7c4e701`

**srcInitiatorId**string

**Example:<!-- -->&#x20;**`c2d06c25-9ddb-4a5e-9d5a-3ff1c8d98467`

**merchantName**PaymentMethods-MerchantNamerequired

The name of the merchant

**Example:<!-- -->&#x20;**`MONEI`

**merchantUrl**PaymentMethods-MerchantUrlrequired

The URL of the merchant's website

**Example:<!-- -->&#x20;**`https://monei.com/`

**countryCode**Countryrequired

Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).

**Example:<!-- -->&#x20;**`ES`

**accountId**AccountId

MONEI Account identifier.

**Example:<!-- -->&#x20;**`aa9333ba-82de-400c-9ae7-087b9f8d2242`

**amount**PaymentMethods-Amount

The amount of the payment in the smallest currency unit. For example, 10 EUR = 1000 cents. Only present when querying by paymentId.

**Example:<!-- -->&#x20;**`10`

**currency**PaymentMethods-Currency

Three-letter ISO currency code, in uppercase. Only present when querying by paymentId.

**Example:<!-- -->&#x20;**`EUR`

PaymentMethods

```
{

  "livemode": false,

  "paymentMethods": [

    "bizum",

    "applePay",

    "googlePay",

    "alipay",

    "bancontact",

    "blik",

    "eps",

    "iDeal",

    "mbway",

    "multibanco",

    "sofort",

    "trustly",

    "sepa",

    "klarna",

    "giropay",

    "card"

  ],

  "metadata": {

    "alipay": {

      "countries": [

        "CN"

      ]

    },

    "bancontact": {

      "countries": [

        "BE"

      ]

    },

    "bizum": {

      "countries": [

        "ES"

      ]

    },

    "blik": {

      "countries": [

        "PL"

      ]

    },

    "card": {

      "brands": [

        "visa",

        "mastercard"

      ]

    },

    "eps": {

      "countries": [

        "AT"

      ]

    },

    "iDeal": {

      "countries": [

        "NL"

      ]

    },

    "mbway": {

      "countries": [

        "PT"

      ]

    },

    "multibanco": {

      "countries": [

        "PT"

      ]

    },

    "sofort": {

      "countries": [

        "AT",

        "BE",

        "DE",

        "ES",

        "IT",

        "NL",

        "CH",

        "PL"

      ]

    },

    "trustly": {

      "countries": [

        "DE",

        "DK",

        "EE",

        "ES",

        "FI",

        "GB",

        "LT",

        "LV",

        "NL",

        "NO",

        "PL",

        "SE",

        "SK"

      ]

    },

    "sepa": {

      "countries": [

        "AT",

        "BE",

        "BG",

        "HR",

        "CY",

        "CZ",

        "DK",

        "EE",

        "FI",

        "FR",

        "DE",

        "GR",

        "HU",

        "IE",

        "IT",

        "LV",

        "LT",

        "LU",

        "MT",

        "NL",

        "PL",

        "PT",

        "RO",

        "SK",

        "SI",

        "ES",

        "SE",

        "IS",

        "LI",

        "NO",

        "AD",

        "SM",

        "MC",

        "VA",

        "PF",

        "TF",

        "GI",

        "GG",

        "IM",

        "JE",

        "BL",

        "PM",

        "CH",

        "GB",

        "WF"

      ]

    },

    "klarna": {

      "countries": [

        "AT",

        "BE",

        "CH",

        "DE",

        "DK",

        "ES",

        "FI",

        "FR",

        "GB",

        "IT",

        "NL",

        "NO",

        "SE"

      ]

    },

    "giropay": {

      "countries": [

        "DE"

      ]

    },

    "googlePay": {

      "merchantId": "12345678901234567890",

      "cvcRequired": false

    },

    "applePay": {

      "merchantId": "merchant.com.monei"

    },

    "clickToPay": {

      "tokenSupport": true,

      "preselected": false,

      "visa": {

        "srciDpaId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",

        "srcInitiatorId": "550e8400-e29b-41d4-a716-446655440000"

      },

      "mastercard": {

        "srciDpaId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",

        "srcInitiatorId": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"

      },

      "discover": {

        "srciDpaId": "71f0c4d5-9947-4d1c-9cb3-d6a3f7c4e701",

        "srcInitiatorId": "c2d06c25-9ddb-4a5e-9d5a-3ff1c8d98467"

      }

    }

  },

  "merchantName": "MONEI",

  "merchantUrl": "https://monei.com/",

  "countryCode": "ES",

  "accountId": "aa9333ba-82de-400c-9ae7-087b9f8d2242",

  "amount": 10,

  "currency": "EUR"

}
```
