--- title: ShopifyPaymentsChargeStatementDescriptor - GraphQL Admin description: The charge descriptors for a payments account. api_version: 2026-04 api_name: admin type: interface api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/interfaces/ShopifyPaymentsChargeStatementDescriptor md: >- https://shopify.dev/docs/api/admin-graphql/latest/interfaces/ShopifyPaymentsChargeStatementDescriptor.md metadata: domain: admin --- # Shopify​Payments​Charge​Statement​Descriptor interface Requires `read_shopify_payments` access scope. The charge descriptors for a payments account. ## Fields * default [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The default charge statement descriptor. * prefix [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The prefix of the statement descriptor. *** ##### Variables ```json { "default": "", "prefix": "" } ``` ##### Schema ```graphql interface ShopifyPaymentsChargeStatementDescriptor { default: String prefix: String! } ```