Payeezy v0.1.3 Payeezy

Payeezy client library for Elixir. Right now this only supports GiftCardAdditional and GiftCardPurchase endpoints. More support will come as needed.

For api reference, please visit: https://developer.payeezy.com/payeezy-api/apis/

Link to this section Summary

Functions

Convenience function for retrieving payeezy specfic environment values, but will raise an exception if values are missing.

Example

iex> Payeezy.get_env(:random_value)
** (Payeezy.ConfigError) missing config for :random_value

Link to this section Functions

Link to this function get_env(key)
get_env(atom) :: any

Convenience function for retrieving payeezy specfic environment values, but will raise an exception if values are missing.

Example

iex> Payeezy.get_env(:random_value)
** (Payeezy.ConfigError) missing config for :random_value