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

ConfirmationToken API operations.

# `create`

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

Create a test Confirmation Token

Creates a test mode Confirmation Token server side for your integration tests.

---

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