Skip to main content

Batch Bulk Query

Overview

This operation is used to get the status of the bulk transaction for the bulk payment that is sent in bulkTransfer.

For Information on what SOAP parameters to pass kindly refer to “SwitchIT SOAP xml samples and test parameters”.

BATCH BULK QUERY

POST / bulk-query
curl `${baseurl}/bulk-query`
-H "Content-type: application/json"
-X POST
-d '{
"action": "BQ",
"terminalId": "7000000001",
"transaction": {
"companyId": "TestCompanyID",
"pin": "kghxqwveJ3eSQJip/cmaMQ==",
"amount": 15,
"reference": "BQTestBT002",
"senderName": "Test Accounts",
"endPoint": "B",
"terminalCard": false,
"bulkItems": {
"bulkItem": [
{
"uniqueId": "BTTestBT04"
},
{
"uniqueId": "BTTestBT05"
},
]
}
}
}