RicardoMurad / tipalti-elixir

Tipalti integration library for Elixir

Home Page:https://hexdocs.pm/tipalti

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tipalti

CI Status codecov SourceLevel Hex.pm Version Inline docs License

Tipalti integration library for Elixir.

This library includes:

  • Payee and Payer SOAP API clients
  • iFrame integration helpers
  • IPN Router builder

NOTE: Not all API functions have been implemented yet; this library is a work in progress.

Installation

The package can be installed by adding tipalti to your list of dependencies in mix.exs:

def deps do
  [
    {:tipalti, "~> 0.9"}
  ]
end

Configuration

There are 3 required configuration options for this library to work. See an example config.exs below:

use Mix.Config

config :tipalti,
  payer: "MyPayer",
  mode: :sandbox,
  master_key: "boguskey"

Documentation can be found at https://hexdocs.pm/tipalti.

About

Tipalti integration library for Elixir

https://hexdocs.pm/tipalti

License:MIT License


Languages

Language:Elixir 100.0%