0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Implementation of ISO 20022 payment initiation (pain) messages and bank providers for wire transfers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Codeship Status for ForwardFinancing/wire_client Code Climate Test Coverage

WireClient

Implementation of ISO 20022 payment initiation (pain) messages and bank providers for wire transfers

Overview

The WireClient gem provides a common interface for working with a variety of Wire Transfer providers and building ISO 20022 payment initiation (pain) messages — currently, only pain.001.001.03 and pain.008.001.02 messages are supported.

This is a fork of the sepa_king Ruby gem. Our main purpose is to create a flexible solution appliable to the American financial system.

Installation

Add this line to your application's Gemfile:

gem 'wire_client'

And then execute:

$ bundle install

Or install it yourself:

$ gem install wire_client

Development

After checking out the repo, run bin/setup to install dependencies.

Then, run bundle exec rake test to run the tests.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ForwardFinancing/wire_client.