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