Batch Payments REST Endpoints

Batch Payments
The REST web service for batch payment operations.
Check If a Batch File Was Processed
Method: get
Path: /bcws/webresources/v1.0/batchpayments/filecount/{fileName}
Get a Batch Payment File by File Name
Method: get
Path: /bcws/webresources/v1.0/batchpayments/viewfile/{fileName}
Get Batch Payment Files
Method: get
Path: /bcws/webresources/v1.0/batchpayments/poll
Get Batch Payment Templates
Method: get
Path: /bcws/webresources/v1.0/batchpayments/templates
Get Unprocessed Batch Payment Files
Method: get
Path: /bcws/webresources/v1.0/batchpayments/unprocessed
Process Batch Payments
Method: post
Path: /bcws/webresources/v1.0/batchpayments/process
Start or Stop Automatic Batch Payments
Method: post
Path: /bcws/webresources/v1.0/batchpayments/autoprocess/{autoProcess}
Upload a Batch Payment File
Method: post
Path: /bcws/webresources/v1.0/batchpayments/upload