# `Stripe.Services.TestHelpers.Treasury.ReceivedDebitService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/test_helpers/treasury/received_debit_service.ex#L2)

ReceivedDebit API operations.

# `create`

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

Test mode: Create a ReceivedDebit

Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party. In live mode, you can’t directly create ReceivedDebits initiated by third parties.

---

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