---
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
metadata:
  effectiveApiVersion: 2025-10
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2025-07-17T08:18:35-04:00'
  postedAt: '2025-09-17T12:00:00-04:00'
  updatedAt: '2025-09-09T14:26:49-04:00'
  effectiveAt: '2025-07-17T12:00:00-04:00'
---

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.
