Payment Batch Info
Description¶
The getPaymentBatchInfo
endpoint is used to retreive the uploaded batch information details.
Request¶
Endpoint¶
/ui/v1/createUploadBatch
Method¶
POST
Header¶
Content-Type: application/json
Request Body¶
{
"startDate": "2020-02-27",
"endDate": "2021-03-29",
"batchID": "",
"batchStatuses": [],
"paymentGateway": [],
"merchantId": ["3"]
}
}
Response¶
{
"records": [{
"id": 107,
"batchID": "08041110",
"uploadedBatchFileName": "08041110.csv",
"downloadedBatchFileName": "",
"createdDateTime": 1596553842000,
"lastUpdatedDateTime": 1611784611000,
"batchStatus": {
"value": "Failed",
"name": "FAILED"
},
"uploadedRecordCount": 8,
"responseRecordCount": 0,
"paymentGateway": {
"value": "CyberSource",
"name": "CYBERSOURCE"
},
"responseMessage": "The system cannot find the file",
"createdUserId": 218,
"lastModifiedUserId": 218,
"merchantId": 3,
"createdUserName": null,
"merchantName": "Vela"
}, {
"id": 106,
"batchID": "04031557",
"uploadedBatchFileName": "04031557.csv",
"downloadedBatchFileName": "",
"createdDateTime": 1585943877000,
"lastUpdatedDateTime": 1617080430000,
"batchStatus": {
"value": "Failed",
"name": "FAILED"
},
"uploadedRecordCount": 9,
"responseRecordCount": 0,
"paymentGateway": {
"value": "CyberSource",
"name": "CYBERSOURCE"
},
"responseMessage": "The system cannot find the file",
"createdUserId": 195,
"lastModifiedUserId": 218,
"merchantId": 3,
"createdUserName": null,
"merchantName": "Vela"
}],
"recordCount": null,
"message": null
}
}
Updated As Of Version 3.8.0.9