--- title: New mandate connection added to CustomerPaymentMethod object - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-mandate-connection-added-to-customerpaymentmethod-object md: https://shopify.dev/changelog/new-mandate-connection-added-to-customerpaymentmethod-object.md --- [Back to Developer changelog](https://shopify.dev/changelog) September 17, 2025 Tags: * Admin GraphQL API * 2025-10 # New `mandate` connection added to `CustomerPaymentMethod` object As of API version 2025-10, apps with [`read_customer_payment_methods`](https://shopify.dev/docs/api/usage/access-scopes#authenticated-access-scopes) scope can query the new `mandate` connection on the [`CustomerPaymentMethod`](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerPaymentMethod) object. This connection returns what each payment method is authorized for (orders, subscriptions, checkout, etc.) via the `resourceType` field and the `resourceId` when applicable.