Payment Batch Info

Description

The getPaymentBatchInfo endpoint is used to retreive the uploaded batch information details.

Request

Endpoint

/ui/v1/createUploadBatch

Method

POST
Content-Type: application/json

Request Body

{
    "startDate": "2023-06-05",
    "endDate": "2023-06-05",
    "batchID": "",
    "batchStatuses": [],
    "paymentGateway": [],
    "merchantId": ["1"]
}

Response

{
    "records": [{
        "id": 215,
        "batchID": null,
        "uploadedBatchFileName": "000333.Request.txt",
        "downloadedBatchFileName": "000333.Response.txt",
        "createdDateTime": 1685990395000,
        "lastUpdatedDateTime": null,
        "batchStatus": {
            "name": "PROCESSED"
        },
        "uploadedRecordCount": 2,
        "responseRecordCount": 2,
        "paymentGateway": {
            "value": "Chase Paymentech (NetConnect - Direct To Tandem)",
            "name": "CHASE_PAYMENTECH_NETCONNECT"
        },
        "responseMessage": null,
        "startTransactionDateTime": null,
        "endTransactionDateTime": null,
        "uploadedAmount": null,
        "responseAmount": null,
        "merchantNumber": null,
        "createdUserId": 328,
        "lastModifiedUserId": null,
        "merchantId": 1,
        "createdUserName": null,
        "merchantName": "ClubMed Sandpiper"
    }],
    "recordCount": null,
    "message": null
}

Updated As Of Version 5.8.0.3