Skip to main content

PaymentMethods

livemodeLivemode (boolean)

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

Example: false
paymentMethodsstring[]

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
  • cofidis - Cofidis
  • cofidisLoan - Cofidis Loan
  • 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, cofidis, cofidisLoan, eps, giropay, googlePay, iDeal, klarna, mbway, multibanco, paypal, sepa, sofort, trustly]

Example: ["bizum","applePay","googlePay","alipay","bancontact","blik","cofidis","cofidisLoan","eps","iDeal","mbway","multibanco","sofort","trustly","sepa","klarna","giropay","card"]
metadata object

Additional configuration details for each payment method.

alipay object
countriesstring[]

List of countries where the payment method is available

Example: ["CN"]
bancontact object
countriesstring[]

List of countries where the payment method is available

Example: ["BE"]
bizum object
countriesstring[]

List of countries where the payment method is available

Example: ["ES"]
blik object
countriesstring[]

List of countries where the payment method is available

Example: ["PL"]
card object
brandsstring[]

List of card brands supported

Example: ["visa","mastercard"]
eps object
countriesstring[]

List of countries where the payment method is available

Example: ["AT"]
iDeal object
countriesstring[]

List of countries where the payment method is available

Example: ["NL"]
mbway object
countriesstring[]

List of countries where the payment method is available

Example: ["PT"]
multibanco object
countriesstring[]

List of countries where the payment method is available

Example: ["PT"]
sofort object
countriesstring[]

List of countries where the payment method is available

Example: ["AT","BE","DE","ES","IT","NL","CH","PL"]
trustly object
countriesstring[]

List of countries where the payment method is available

Example: ["DE","DK","EE","ES","FI","GB","LT","LV","NL","NO","PL","SE","SK"]
sepa object
countriesstring[]

List of countries where the payment method is available

Example: ["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
countriesstring[]

List of countries where the payment method is available

Example: ["AT","BE","CH","DE","DK","ES","FI","FR","GB","IT","NL","NO","SE"]
giropay object
countriesstring[]

List of countries where the payment method is available

Example: ["DE"]
googlePay object
merchantIdstring

Google Pay merchant ID

Example: 12345678901234567890
cvcRequiredboolean

Whether CVC is required for Google Pay transactions

Example: false
applePay object
merchantIdstring

Apple Pay merchant ID

Example: merchant.com.monei
clickToPay object
tokenSupportboolean

Whether token support is enabled

Example: true
preselectedboolean

Whether the method is preselected

Example: false
visa object
srciDpaIdstring
Example: f47ac10b-58cc-4372-a567-0e02b2c3d479
srcInitiatorIdstring
Example: 550e8400-e29b-41d4-a716-446655440000
mastercard object
srciDpaIdstring
Example: 6ba7b810-9dad-11d1-80b4-00c04fd430c8
srcInitiatorIdstring
Example: a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
discover object
srciDpaIdstring
Example: 71f0c4d5-9947-4d1c-9cb3-d6a3f7c4e701
srcInitiatorIdstring
Example: c2d06c25-9ddb-4a5e-9d5a-3ff1c8d98467
merchantNamePaymentMethods-MerchantName (string)

The name of the merchant

Example: MONEI
merchantUrlPaymentMethods-MerchantUrl (string)

The URL of the merchant's website

Example: https://monei.com/
countryCodeCountry (string)

Two-letter country code (ISO 3166-1 alpha-2).

Example: ES
accountIdAccountId (string)

MONEI Account identifier.

Example: aa9333ba-82de-400c-9ae7-087b9f8d2242
amountPaymentMethods-Amount (integer)

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

Example: 10
currencyPaymentMethods-Currency (string)

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

Example: EUR
PaymentMethods
{
"livemode": false,
"paymentMethods": [
"bizum",
"applePay",
"googlePay",
"alipay",
"bancontact",
"blik",
"cofidis",
"cofidisLoan",
"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"
}