Skip to main content

Individual Bulk Query

Overview

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

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

INDIVIDUAL 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": "I",
"terminalCard": false,
}
}