v1

latestOpenAPI 3.0.2Apache 2.02026-07-1713914.9 KB
Operations

Get pending file

Get pending file metadata.

get/shards/{shardName}/files/{filepath}

Path parameters

shardNamestring required
Example:SD-live

Name of shard from configuration file

filepathstring required
Example:616d04d8-f8ec-46a9-b467-1d6ec009852f.ach

Relative filepath within the shard

Response

Content of pending ACH file

Filenamestring
ContentsBase64string
Validstring

Optional value describing Nacha validation

ModTimestring date-time
SourceHostnamestring

Example response

{
  "Filename": "dd437bdf-c5ff-4caf-9e0c-9bf2a100b7be.ach",
  "ContentsBase64": "bW9vdi1pbyBhY2hnYXRld2F5Cg==",
  "ModTime": "2022-01-02T15:04:05Z07:00",
  "SourceHostname": "achgateway-1.apps.svc.cluster.local"
}