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

Transaction API operations.

# `create_force_capture`

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

Create a test-mode force capture

Allows the user to capture an arbitrary amount, also known as a forced capture.

# `create_unlinked_refund`

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

Create a test-mode unlinked refund

Allows the user to refund an arbitrary amount, also known as a unlinked refund.

# `refund`

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

Refund a test-mode transaction

Refund a test-mode Transaction.

---

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