# CustomerPaymentMethodCreditCardUpdatePayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `customerPaymentMethodCreditCardUpdate` mutation. ### Access Scopes ## Fields * [customerPaymentMethod](/docs/api/admin-graphql/2024-07/objects/CustomerPaymentMethod): CustomerPaymentMethod - The customer payment method. * [processing](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean - If the card verification result is processing. When this is true, customer_payment_method will be null. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [customerPaymentMethodCreditCardUpdate](/docs/api/admin-graphql/2024-07/mutations/customerPaymentMethodCreditCardUpdate) ## Examples