You can get the batch result file two days after receiving the batch acknowledgement (ACK) file with a successful validation.
The following fields are included in all batch result files:
File Header [FH]
The File Header [FH] record contains the data that was passed in the batch request file header.
| Field # | Format | Description | 
|---|---|---|
| 1 | Fixed value:  | Record type identifier. | 
| 2 | Fixed value:  | Version number. | 
| 3 | Allowed values: 
 | It specifies the environment: either test or live/production. | 
| 4 | Allowed values: 
 | Account type, as submitted in the request file. | 
| 5 | Alphanumeric | The merchant or the company account name, as submitted in the request file. | 
| 6 | Alphanumeric | The submission platform value provided in the request file. | 
| 7 | Numeric | The file sequence number value provided in the request file. | 
| 8 | Alphanumeric | The API credential name specified to upload the file to the SFTP.  | 
| 9 | Allowed values: | The file type value provided in the request file. | 
| 10 | Alphanumeric | The file header  | 
File Trailer [FT]
The File Trailer [FT] record specifies the number of blocks in the file.
| Field # | Format | Description | 
|---|---|---|
| 1 | Fixed value: FT | Record type identifier | 
| 2 | Numeric | Number of blocks in the file. | 
Block Header [BH]
The Block Header [BH] record specifies the information that was passed in the batch request block header.
| Field # | Format | Description | 
|---|---|---|
| 1 | Fixed value:  | Record type identifier | 
| 2 | Numeric | Block number. | 
| 3 | Alphanumeric | The block header  | 
Block Trailer [BT]
The Block Trailer [BT] record specifies the number of lines in the block.
| Field # | Format | Description | 
|---|---|---|
| 1 | Fixed value: BT | Record type identifier | 
| 2 | Numeric | Number of line records in the block. | 
FH,1.0,TEST,MerchantAccount,TestCompany,Default,1,ws@Company.TestCompany,Authorisation,FileHeaderEchoData
BH,1,BlockHeaderEchoData
...
BT,5
FT,1