dwolla v1.0.1 Dwolla.Webhook View Source
Functions for webhooks
endpoint.
Link to this section Summary
Link to this section Types
Link to this type
error()
View Source
error()
View Source
error() :: HTTPoison.Error.t() | Dwolla.Errors.t() | tuple()
error() :: HTTPoison.Error.t() | Dwolla.Errors.t() | tuple()
Link to this type
id()
View Source
id()
View Source
id() :: String.t()
id() :: String.t()
Link to this type
location()
View Source
location()
View Source
location() :: %{id: String.t()}
location() :: %{id: String.t()}
Link to this type
token()
View Source
token()
View Source
token() :: String.t()
token() :: String.t()
Link to this section Functions
Link to this function
get(token, id)
View Source
get(token, id)
View Source
get(token(), id()) :: {:ok, Dwolla.Webhook.t()} | {:error, error()}
get(token(), id()) :: {:ok, Dwolla.Webhook.t()} | {:error, error()}
Gets a webhook by id.
Link to this function
list_retries(token, id)
View Source
list_retries(token, id)
View Source
list_retries(token(), id()) ::
{:ok, [Dwolla.Webhook.Retry.t()]} | {:error, error()}
list_retries(token(), id()) :: {:ok, [Dwolla.Webhook.Retry.t()]} | {:error, error()}
Gets webhook retries by id.
Link to this function
retry(token, id) View Source
Retries a webhooks by id.