# PaymentMethods-Metadata

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`

PaymentMethods-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"

    }

  }

}
```
