Skip to main content

AvailablePaymentMethod

Aggregate availability of a payment method across the account's providers.

type AvailablePaymentMethod {
paymentMethod: PaymentMethods
configured: Boolean
enabled: Boolean
}

Fields

AvailablePaymentMethod.paymentMethod ● PaymentMethods enum

Payment method.

AvailablePaymentMethod.configured ● Boolean scalar

Whether at least one provider is configured for this payment method.

AvailablePaymentMethod.enabled ● Boolean scalar

Whether at least one provider is configured and enabled for this payment method.

Returned By

availablePaymentMethods query