OBJECT

AdyenEcommerceSettings

Adyen settings for ecommerce.

link GraphQL Schema definition

  • type AdyenEcommerceSettings {
  • adyenEcommercePaymentsWidgetPaymentMethod: ID
  • category: CategoryTypeEnum!
  • checkoutApiKey: String
  • checkoutEndpoint: String
  • clientKey: String
  • # Denominated in cents.
  • customMerchantBaseFeeCents: Int
  • # In string with currency symbol.
  • #
  • # Arguments
  • # currency: Currency in which to display money fields. Defaults
  • # to the currency of the marketplace's home country.
  • customMerchantBaseFeeFormatted(currency: String): String
  • customMerchantFee: Float
  • description: String!
  • dropInEnabled: Boolean!
  • ecommerceMerchantAccount: String
  • hmacKey: String
  • logoUrl: String!
  • overrideCustomMerchantFee: Boolean!
  • paymentsApiAuth: String
  • paymentsEndpoint: String
  • providerHandle: String!
  • providerName: String!
  • status: StatusTypeEnum!
  • }