Search
Client module for Payeezy API.
Performs POST request and returns parsed response.
@spec post(String.t(), any()) :: {:ok, map()} | {:error, :unauthorized | :not_found | map() | String.t()}