Transaction Administration - Batch Upload Results
(Retrieves results of uploaded batch file.)
| Variable | Required | Max Size | Notes |
|---|---|---|---|
| publisher-name | Mandatory | NA | Gateway account username issued to you. |
| publisher-password | Mandatory | NA | Remote Client Password - This is different then the password used to login. |
| mode | Mandatory | NA | Value needs to be set to ‘batchresults’ |
| batchid | Mandatory | 10 | Numerical Value represeting Batch Identifier |
Response Values - Batch Upload Results
| Variable | Value | Notes |
|---|---|---|
| FinalStatus | success/problem | success - File was uploaded successfully. problem - File was not uploaded successfully. |
| MErrMsg | Error Message if applicable on fialure. | |
| results | Delimited results data of your uploaded batch file. | |
| batchstatus | pending/complete | pending - Indicates batch is still processing [partial results may be available] complete - Indicates batch has completed processing [full results available] |
| trans_pending | number of trans left to process | Provided when ‘batchstatus’ is ‘pending’. Indicates how many trans are left to complete. |
| trans_success | number of trans completed | Provided when ‘batchstatus’ is ‘pending’. Indicates how many trans have been completed. |