Bulk Upload Status API

Bulk Upload Status API is used to get the status of the bulk files uploaded and processed.

Environment

Sample request
curl --location --request GET 'https://payout.payumoney.com/payout/v2/bulkUpload/transfers/60841' \--header 'Authorization: Bearer 472351cf9065d6bba8e6cf4066f4f23670dc00297dee0cbfb8182c500a32127e' \--header 'pid: 1111893'
Sample response
{
    "status": 0,
    "msg": null,
    "code": null,
    "data": {
        "id": 60841,
        "fileName": "onepayu-payout/2023-02-09_16-58-05_388356c1-fe02-41f6-9284-a3db8d5037571675942085303.xlsx",
        "merchantId": 1111893,
        "displayName": "sampleBulkSmartSend.xlsx",
        "totalRows": 3,
        "successfulRows": 0,
        "failedRows": 3,
        "status": "COMPLETED",
        "addedOn": "2023-02-09T11:28:05.000+0000",
        "updatedOn": "2023-02-09T11:28:15.000+0000",
        "uploadedBy": "11e9-2af7-c3ab6604-8e42-024f56162d44",
        "fileExportId": 198833,
        "fileSource": "DASHBOARD_SMART_SEND"
    }
}

Request header and parameters

📘

Note:

The pid is payoutMerchantId, however it is different from the PayU merchant id. Check the Payouts Dashboard or call the PayU Customer Support if you don’t know your payoutsMerchantID.

📘

Reference

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!