Skip to Content

paymentMethods

Get all available payment methods

Authentication

Public Access: Accessible with the public API key

Query Structure

{ paymentMethods { # Fields from PaymentMethod type } }

Arguments

This query accepts no arguments.

Return Type

Returns a list of PaymentMethod objects containing available payment method information.

Example

{ paymentMethods { id name displayName description isActive } }