HitPay.API.request

You're seeing just the function request, go back to HitPay.API module for more information.
Link to this function

request(path, method, body \\ %{}, headers \\ %{}, opts \\ [])

Specs

request(String.t(), method(), body(), headers(), list()) ::
  {:ok, map()} | {:error, Error.t()}