AvailableProcessor
No description
type AvailableProcessor {
paymentMethod: PaymentMethods
processor: Processor
configured: Boolean
configurable: Boolean
enabled: Boolean
}
Fields
AvailableProcessor.paymentMethod
● PaymentMethods
enum
The requested payment method
AvailableProcessor.processor
● Processor
enum
The specific processor
AvailableProcessor.configured
● Boolean
scalar
Whether there is one provider configured for the payment method and processor
AvailableProcessor.configurable
● Boolean
scalar
Whether the processor is open to be configured or not
AvailableProcessor.enabled
● Boolean
scalar
Whether there is one provider enabled for the payment method and processor
Returned By
availableProcessors
query