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

CustomerFundingInstructions API operations.

# `create_funding_instructions`

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

Create or retrieve funding instructions for a customer cash balance

Retrieve funding instructions for a customer cash balance. If funding instructions do not yet exist for the customer, new
funding instructions will be created. If funding instructions have already been created for a given customer, the same
funding instructions will be retrieved. In other words, we will return the same funding instructions each time.

---

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