PayPing (PayPing v0.1.1)
PayPing API client for the Elixir language
Link to this section Summary
Link to this section Types
Link to this type
http_error()
Specs
Link to this type
verify_ok()
Specs
Link to this type
verify_params()
Specs
Link to this section Functions
Specs
Get configuration
Specs
pay(%{ :amount => integer(), optional(:payerIdentity) => String.t(), optional(:payerName) => String.t(), optional(:description) => String.t(), :returnUrl => String.t(), optional(:clientRefId) => String.t() }) :: {:ok, integer(), %{code: String.t()}} | http_error()
Create a Payment code
Specs
verify(params :: verify_params()) :: verify_ok() | http_error()
Verify a Payment