# payment\_method\_details\_boleto

From **Stripe API**.

- Type: `object`

## Properties

### `tax_id`

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

The tax ID of the customer (CPF for individuals consumers or CNPJ for businesses consumers)

## JSON Schema

```json
{"properties":{"tax_id":{"description":"The tax ID of the customer (CPF for individuals consumers or CNPJ for businesses consumers)","maxLength":5000,"type":"string"}},"required":["tax_id"],"title":"payment_method_details_boleto","type":"object","x-expandableFields":[]}
```
