# account\_card\_payments\_settings

From **Stripe API**.

- Type: `object`

## Properties

### `decline_on`

- Required: false
- Type: `object`

### `statement_descriptor_prefix`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge. `statement_descriptor_prefix` is useful for maximizing descriptor space for the dynamic portion.

## JSON Schema

```json
{"properties":{"decline_on":{"$ref":"#/components/schemas/account_decline_charge_on"},"statement_descriptor_prefix":{"description":"The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge. `statement_descriptor_prefix` is useful for maximizing descriptor space for the dynamic portion.","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountCardPaymentsSettings","type":"object","x-expandableFields":["decline_on"]}
```
