# payment\_intent\_next\_action\_display\_oxxo\_details

From **Stripe API**.

- Type: `object`

## Properties

### `expires_after`

- Required: false
- Type: `integer`
- Format: `unix-time`
- Nullable: true

The timestamp after which the OXXO voucher expires.

### `hosted_voucher_url`

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

The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.

### `number`

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

OXXO reference number.

## JSON Schema

```json
{"properties":{"expires_after":{"description":"The timestamp after which the OXXO voucher expires.","format":"unix-time","nullable":true,"type":"integer"},"hosted_voucher_url":{"description":"The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.","maxLength":5000,"nullable":true,"type":"string"},"number":{"description":"OXXO reference number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentIntentNextActionDisplayOxxoDetails","type":"object","x-expandableFields":[]}
```
