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

SourceTransaction

Some payment methods have no required amount that a customer must send.
Customers can be instructed to send any amount, and it can be made up of
multiple transactions. As such, sources can have multiple associated
transactions.

# `source_transactions`

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

List source transactions for a given source.

---

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