--- 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: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/PaymentMandateResource md: >- https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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/unstable/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/unstable/objects/CustomerPaymentMethod#field-CustomerPaymentMethod.fields.mandates) * [PaymentMandateResourceConnection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/PaymentMandateResourceConnection#returns-nodes) * [PaymentMandateResourceEdge.node](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PaymentMandateResourceEdge#field-PaymentMandateResourceEdge.fields.node)