# mandate\_sepa\_debit

From **Stripe API**.

- Type: `object`

## Properties

### `reference`

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

The unique reference of the mandate.

### `url`

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

The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.

## JSON Schema

```json
{"properties":{"reference":{"description":"The unique reference of the mandate.","maxLength":5000,"type":"string"},"url":{"description":"The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.","maxLength":5000,"type":"string"}},"required":["reference","url"],"title":"mandate_sepa_debit","type":"object","x-expandableFields":[]}
```
