# customerPaymentMethodGetUpdateUrl - admin-graphql - MUTATION Version: 2024-10 ## Description Returns a URL that allows the customer to update a specific payment method. Currently, `customerPaymentMethodGetUpdateUrl` only supports Shop Pay. ### Access Scopes `write_customers` access scope. ## Arguments * [customerPaymentMethodId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The payment method to be updated. ## Returns * [updatePaymentMethodUrl](/docs/api/admin-graphql/2024-10/scalars/URL): URL The URL to redirect the customer to update the payment method. * [userErrors](/docs/api/admin-graphql/2024-10/objects/CustomerPaymentMethodGetUpdateUrlUserError): CustomerPaymentMethodGetUpdateUrlUserError! The list of errors that occurred from executing the mutation. ## Examples