Optionalconfiguration: ConfigurationAppend a Batch record to the specified File.
Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.
Validates the existing File. You need only supply the unique File identifier that was returned upon creation.
Create a new File object from either the plaintext or JSON representation.
Create a new File object from either the plaintext or JSON representation. This endpoint is the same as POST /files/{fileID} but it's documented to accept a string/generic body which helps some generated clients. (e.g. Java) See https://github.com/moov-io/ach/issues/1650 for more details.
Permanently deletes a File and associated Batches. It cannot be undone.
Delete a Batch from a File.
Consolidate Batches and Entries into the minimum number of Batches needed.
Get a specific Batch on a File.
Get the Batches on a File.
Get the details of an existing File using the unique File identifier that was returned upon creation.
Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.
List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.
Combine multiple fileIDs and files together. Returned is the results of merging
Check if the ACH service is running.
Creates a new file that is a REVERSAL of the given fileID.
Split one File into two. One with only debits and one with only credits.
Split one FileID into two. One with only debits and one with only credits.
Validates the existing File. You need only supply the unique File identifier that was returned upon creation.
ACHFilesApi - axios parameter creator