# `Codat.BillPay.Connections`
[🔗](https://github.com/iamkanishka/codat.git/blob/v1.0.0/lib/codat/bill_pay/bill_pay.ex#L130)

Manage Bill Pay-specific data connections.

Handles connection initialization and the authorization flow specific
to the Bill Pay solution.

# `get_info`

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

Returns the Bill Pay connection information for a company/connection pair.

## Example

    {:ok, info} = Codat.BillPay.Connections.get_info(client, company_id, conn_id)

---

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