# payment\_method\_options\_afterpay\_clearpay

From **Stripe API**.

- Type: `object`

## Properties

### `reference`

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

Order identifier shown to the merchant in Afterpay’s online portal. We recommend using a value that helps you answer any questions a customer might have about
the payment. The identifier is limited to 128 characters and may contain only letters, digits, underscores, backslashes and dashes.

## JSON Schema

```json
{"properties":{"reference":{"description":"Order identifier shown to the merchant in Afterpay’s online portal. We recommend using a value that helps you answer any questions a customer might have about\nthe payment. The identifier is limited to 128 characters and may contain only letters, digits, underscores, backslashes and dashes.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_options_afterpay_clearpay","type":"object","x-expandableFields":[]}
```
