--- title: ShopifyPaymentsChargeStatementDescriptor - GraphQL Admin description: The charge descriptors for a payments account. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/ShopifyPaymentsChargeStatementDescriptor md: >- https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/ShopifyPaymentsChargeStatementDescriptor.md --- # 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/unstable/scalars/String) The default charge statement descriptor. * prefix [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The prefix of the statement descriptor. *** ##### Variables ```json { "default": "", "prefix": "" } ``` ##### Schema ```graphql interface ShopifyPaymentsChargeStatementDescriptor { default: String prefix: String! } ```