# ManualPaymentMethod - admin - OBJECT Version: unstable ## Description Represents a manual payment method. ### Access Scopes `read_payment_settings` access scope. ## Fields * [custom](/docs/api/admin/unstable/scalars/Boolean): Boolean! - Indicates if the payment method is custom. * [name](/docs/api/admin/unstable/scalars/String): String! - The name of the payment method. ## Connections ## Related queries * [manualPaymentMethods](/docs/api/admin/unstable/queries/manualPaymentMethods) Returns a list of enabled manual payment methods installed on the shop. ## Related mutations ## Related Unions ## Examples