Skip to main content

ConfigEshopCheckoutTwoStepPaymentProcessor Object

Description

Two-step payment processor configuration (e.g., Iyzipay).

Declaration

type ConfigEshopCheckoutTwoStepPaymentProcessor {
enabled: Boolean
apiKey: String
secretKey: String
}

Fields

NameTypeDescription
enabledBooleanWhether the payment processor is enabled.
apiKeyStringAPI key for the payment processor.
secretKeyStringSecret key for the payment processor.