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"
}