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
- Sample Request
- Sample Response
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,
}
}
POST / bulk-query
{
"direction": "response",
"reference": "09FG2110141524400822WKY9A",
"companyId": "TestCompanyId",
"date": null,
"amount": 0,
"totalFailed": 0,
"totalSuccess": 0,
"error": "0",
"message": "Successful",
"bulkItems": {
"bulkItem": []
},
"otherReference": "reference-958239",
"action": "BQ",
"records": null,
"openingBalance": 0,
"closingBalance": 0
}