Skip to main content

ACH NACHA CCD+ file generator module for python.

Project description

NACHA CCD+ ACH file generator module for python.

This has been tested with “CCD” batches with addenda records.

Forked from carta-ach by Carta, Inc. and modified to include special charater support for Company, Bank and Supplier's Name.

Example:

from pyNacha.builder import AchFile

settings = {
    'immediate_dest': '123456789', # Your bank's routing number
    'immediate_org': '1098765432', # Bank assigned routing number
    'immediate_dest_name': "BANKNAME",
    'immediate_org_name': 'COMPANYNAMR',
    'company_id': '1098765432',
    'company_name': 'COMPANYNAME',
    'trace_num': '00000000'
}

ach_file = AchFile('A', settings) #file Id mod

entries = [
    {
        'type'           : '22', # type of
        'routing_number' : '12345678',
        'account_number' : '11232132',
        'amount'         : '10.00',
        'id_number': '901398852',
        'name'           : 'Alice&Wanderdust',
        'addenda' : [
            {
                'payment_related_info': 'Here is some additional information',
            }
        ],
    },
    {
        'type'           : '22',
        'routing_number' : '12345678',
        'account_number' : '234234234',
        'amount'         : '150.00',
        'id_number': '901398853',
        'name'           : 'Billy Holiday',
        'addenda' : [
            {
                'payment_related_info': 'Here is some additional information2',
            },
        ],
    },
    {
        'type'           : '22',
        'routing_number' : '12323231',
        'account_number' : '123123123',
        'amount'         : '12.13',
        'id_number': '901398853',
        'name'           : 'Rachel Welch',
    },
]

ach_file.add_batch('CCD', entries, credits=True, debits=True)

print(ach_file.render_to_string())

===============================================================================================

This returns the following NACHA file:

101 123456780 1234567801409020123A094101YOUR BANK YOUR COMPANY 5200YOUR COMPANY 1234567890CCDPAYMENT 140903 1123456780000001 62212345678011232132 0000001000 ALICE WANDERDUST 1123456780000001 705HERE IS SOME ADDITIONAL INFORMATION 00000000001 627123456780234234234 0000015000 BILLY HOLIDAY 0123456780000002 622123232318123123123 0000001213 RACHEL WELCH 0123456780000003 820000000400370145870000000150000000000022131234567890 123456780000001 9000001000001000000040037014587000000015000000000002213 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999

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

pyNacha-0.0.3.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

pyNacha-0.0.3-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file pyNacha-0.0.3.tar.gz.

File metadata

  • Download URL: pyNacha-0.0.3.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.0 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for pyNacha-0.0.3.tar.gz
Algorithm Hash digest
SHA256 b28c2370e368d57634c6f4978b1f010444c2565eb12a7933ce13cba7e9a94651
MD5 049bd42cd662a80f442ee9a0aaef35a7
BLAKE2b-256 feb18c8b0cfceaa7cb4ed2af8d853618968bab6a054f872df0540f9a87255b41

See more details on using hashes here.

File details

Details for the file pyNacha-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: pyNacha-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.0 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for pyNacha-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f621ab57eeb22ec8cd5ca1e33e277fe9a1f73fc449e773ce9256e96172d41176
MD5 d187dd97616ac1f07b21231c71e6b46f
BLAKE2b-256 73c2008eadf371a88a443626a54698d56e380a7494cb6166a2467edca721f83c

See more details on using hashes here.

Supported by

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