# CustomerPaymentMethodRemoteUserError - admin-graphql - OBJECT Version: 2024-07 ## 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-graphql/2024-07/enums/CustomerPaymentMethodRemoteUserErrorCode): CustomerPaymentMethodRemoteUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-07/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-07/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [customerPaymentMethodRemoteCreate](/docs/api/admin-graphql/2024-07/mutations/customerPaymentMethodRemoteCreate) Create a payment method from remote gateway identifiers. ## Related Unions ## Examples