ConfigEshopCheckoutTwoStepPaymentProcessor Object
Description
Two-step payment processor configuration (e.g., Iyzipay).
Declaration
type ConfigEshopCheckoutTwoStepPaymentProcessor {
enabled: Boolean
apiKey: String
secretKey: String
}
Fields
| Name | Type | Description |
|---|---|---|
enabled | Boolean | Whether the payment processor is enabled. |
apiKey | String | API key for the payment processor. |
secretKey | String | Secret key for the payment processor. |