# `Stripe.Services.MandateService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/mandate_service.ex#L2)

Mandate

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

# `retrieve`

```elixir
@spec retrieve(Stripe.Client.t(), String.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Retrieve a Mandate

Retrieves a Mandate object.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
