/payment-messenger

ISO-8583 TLV messages with Ecto validation

Primary LanguageElixirApache License 2.0Apache-2.0

Payment Messenger (Work in Progress)

continuous integration codecov

Transfer data with ISO-8583 message pattern with Ecto schemas and validations without any need to implement the message generation.

This library will return the string from given Message and vice-versa.

Installation

def deps do
  [
    {:payment_messenger, git: "aleDsz/payment-messenger"}
  ]
end