# CustomerPaymentMethodRemoteUserError - admin - OBJECT Version: unstable ## Description Represents an error in the input of a mutation. ### Access Scopes `read_customers` access scope. Also: Requires `read_customer_payment_methods` scope. ## Fields * [code](/docs/api/admin/unstable/enums/CustomerPaymentMethodRemoteUserErrorCode): CustomerPaymentMethodRemoteUserErrorCode - The error code. * [field](/docs/api/admin/unstable/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin/unstable/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [customerPaymentMethodRemoteCreate](/docs/api/admin/unstable/mutations/customerPaymentMethodRemoteCreate) Create a payment method from remote gateway identifiers. ## Related Unions ## Examples