AvailableProcessor
Availability of a specific processor for a payment method on the account.
type AvailableProcessor {
paymentMethod: PaymentMethods
processor: Processor
configured: Boolean
configurable: Boolean
enabled: Boolean
}
Fields
AvailableProcessor.paymentMethod ● PaymentMethods enum
Payment method this entry refers to.
AvailableProcessor.processor ● Processor enum
Processor this entry refers to.
AvailableProcessor.configured ● Boolean scalar
Whether a provider exists for this payment-method/processor pair.
AvailableProcessor.configurable ● Boolean scalar
Whether the merchant can configure this processor themselves. false for MONEI-managed processors.
AvailableProcessor.enabled ● Boolean scalar
Whether a provider exists and is enabled for this payment-method/processor pair.
Returned By
availableProcessors query