# CustomerPaymentMethodUserError - admin-graphql - OBJECT Version: 2024-10 ## 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-10/enums/CustomerPaymentMethodUserErrorCode): CustomerPaymentMethodUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [customerPaymentMethodPaypalBillingAgreementCreate](/docs/api/admin-graphql/2024-10/mutations/customerPaymentMethodPaypalBillingAgreementCreate) Creates a PayPal billing agreement for a customer. * [customerPaymentMethodPaypalBillingAgreementUpdate](/docs/api/admin-graphql/2024-10/mutations/customerPaymentMethodPaypalBillingAgreementUpdate) Updates a PayPal billing agreement for a customer. * [customerPaymentMethodRemoteCreditCardCreate](/docs/api/admin-graphql/2024-10/mutations/customerPaymentMethodRemoteCreditCardCreate) Create a payment method from a credit card stored by Stripe. ## Related Unions ## Examples