Skip to main content

NACHA File Generation

Project description

https://travis-ci.org/DisruptiveLabs/comanage_nacha.svg?branch=master https://coveralls.io/repos/github/DisruptiveLabs/comanage_nacha/badge.svg?branch=master https://badge.fury.io/py/comanage_nacha.svg
pip install comanage_nacha
from comanage_nacha import NachaFile

with NachaFile(company_name='COMANAGE LLC',
               file_id_modifier='A',
               file_creation_date=datetime.date.today(),
               file_creation_time=datetime.datetime.utcnow()) as nacha:
    with nacha.add_batch(service_class_code=200,
                         company_name='COMANAGE LLC',
                         company_id='0123456789',
                         effective_entry_date=datetime.date.today()) as batch:
        batch.add_entry(transaction_code=22,
                        receiving_dfi_routing_number='09100001',
                        routing_number_check_digit=0,
                        receiving_dfi_account_number='0123456789',
                        amount=10000,
                        individual_id='123',
                        individual_name='FRANK')
print(nacha.render_to_string())

nacha_string = nacha.render_to_string()
Authors:

Franklyn Tackitt @kageurufu

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

comanage_nacha-0.2.7.tar.gz (18.6 kB view details)

Uploaded Source

File details

Details for the file comanage_nacha-0.2.7.tar.gz.

File metadata

File hashes

Hashes for comanage_nacha-0.2.7.tar.gz
Algorithm Hash digest
SHA256 7d3336903fa4ee8ff8b515defb70fd1c11a22132f257dabe868784f130fab16a
MD5 293c10f5294bf6e29fe60368274af51b
BLAKE2b-256 71277362834286b577aa102b6e1bf4b0e153092543071bb8243044d23c0749ea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page