Payeezy.Client (Payeezy v0.1.4)

Client module for Payeezy API.

Link to this section Summary

Functions

Performs POST request and returns parsed response.

Link to this section Functions

Link to this function

post(url, params)

@spec post(String.t(), any()) ::
  {:ok, map()} | {:error, :unauthorized | :not_found | map() | String.t()}

Performs POST request and returns parsed response.