Files
Submit file
Submit a file to ACHGateway for upload at the next cutoff processing. The file may be in either Nacha formatted ACH or moov-io/ach's JSON specification. When ValidateOpts are required the JSON specification must be used.
post/shards/{shardKey}/files/{fileID}
Path parameters
shardKeystring required
Example:testing
fileIDstring required
Example:AE694B55-C103-4FA5-B62E-E4F6F79AD581
Request body
CreateFile required— unresolved $ref
Response
File accepted. The response includes the predicted next automated cutoff when it can be computed.
Example response
{
"id": "AE694B55-C103-4FA5-B62E-E4F6F79AD581",
"shardKey": "testing",
"nextCutoff": "2025-01-07T16:15:00-05:00",
"acceptedAt": "2025-01-07T13:37:00Z"
}Changes
Changed in 3 of the 12 revisions of this API.3
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
- ○
api operation id
submitFilewas addedapi-operation-id-added
- ○
- ○
api operation id
submitFileremoved and replaced withapi-operation-id-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○