--- title: PaymentMandateResource - GraphQL Admin description: |- A payment mandate with resource information, representing the permission the owner of the payment instrument gives to the merchant to debit it for specific resources (e.g., Order, Subscriptions). api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/paymentmandateresource md: https://shopify.dev/docs/api/admin-graphql/latest/objects/paymentmandateresource.md --- # Payment​Mandate​Resource object Requires `read_payment_mandate` access scope. A payment mandate with resource information, representing the permission the owner of the payment instrument gives to the merchant to debit it for specific resources (e.g., Order, Subscriptions). ## Fields * resource​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The ID of the resource that this payment method was created for. * resource​Type [Mandate​Resource​Type](https://shopify.dev/docs/api/admin-graphql/latest/enums/MandateResourceType) The resource type that this payment method was created for (e.g., Order, Subscriptions). *** ## Map ### Fields and connections with this object * {}[CustomerPaymentMethod.mandates](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerPaymentMethod#field-CustomerPaymentMethod.fields.mandates) * <->[PaymentMandateResourceConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/PaymentMandateResourceConnection#returns-nodes) * {}[PaymentMandateResourceEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/PaymentMandateResourceEdge#field-PaymentMandateResourceEdge.fields.node)