--- title: customerPaymentMethodPaypalBillingAgreementUpdate - GraphQL Admin description: Updates a PayPal billing agreement for a customer. api_version: 2025-07 api_name: admin type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-07/mutations/customerpaymentmethodpaypalbillingagreementupdate md: https://shopify.dev/docs/api/admin-graphql/2025-07/mutations/customerpaymentmethodpaypalbillingagreementupdate.md --- # customer​Payment​Method​Paypal​Billing​Agreement​Update mutation Requires `write_customers` access scope. Also: Requires `write_customer_payment_methods` scope. Updates a PayPal billing agreement for a customer. ## Arguments * billing​Address [Mailing​Address​Input!](https://shopify.dev/docs/api/admin-graphql/2025-07/input-objects/MailingAddressInput) required The billing address. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/ID) required The ID of the customer payment method. *** ## Customer​Payment​Method​Paypal​Billing​Agreement​Update​Payload returns * customer​Payment​Method [Customer​Payment​Method](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/CustomerPaymentMethod) The customer payment method. * user​Errors [\[Customer​Payment​Method​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/CustomerPaymentMethodUserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### customerPaymentMethodPaypalBillingAgreementUpdate reference