AvailablePaymentMethods
Result of availablePaymentMethods — the methods to render in the payment picker plus the merchant default.
type AvailablePaymentMethods {
defaultMethod: PaymentMethod
methods: [PaymentMethod!]!
}
Fields
AvailablePaymentMethods.defaultMethod ● PaymentMethod object
Method marked as the merchant default — pre-select in the picker. Null when no default is configured.
AvailablePaymentMethods.methods ● [PaymentMethod!]! non-null object
Payment methods active for the shop, sorted by position.
Returned By
availablePaymentMethods query