---
title: ShopifyPaymentsChargeStatementDescriptor - GraphQL Admin
description: The charge descriptors for a payments account.
api_version: 2026-04
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
---

# 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!
}
```