# Mandates

A Mandate is a record of the permission that your customer gives you to debit their payment method.

## Endpoints

### Retrieve a Mandate

- [GET /v1/mandates/:id](https://docs.stripe.com/api/mandates/retrieve.md)

### List of Mandates for a PaymentMethod

- [GET /v1/mandates](https://docs.stripe.com/api/mandates/list.md)
