Get By Id

POST  /disbursement/v1/get-details

Endpoint


Specification JSON Request

Parameter

Type

Required

Description

disbursementId

String

Yes

Unique Disbursement Id

Request Data

{
    disbursementId: '88f1a67d1aaa6ee222ab4b43f8c17fe6'
}

Response Data

{
    "success": true,
    "disbursement": {
        "disbursementId": "88f1a67d1aaa6ee222ab4b43f8c17fe6",
        "gatewayId": "LevartPay",
        "status": "not_paid_out",
        "currency": "AUD",
        "grossAmount": 449.8,
        "fee": 16.55,
        "netAmount": 433.25,
        "description": "",
        "timeEffective": "2026-06-08T00:00:00+08:00",
        "expectedArrivalDate": "2026-06-08T00:00:00+08:00",
        "transactions": [
            {
                "itemId": "336341",
                "gatewayTransactionId": null,
                "description": "80785798",
                "reportingCategory": "sale",
                "currency": "AUD",
                "grossAmount": 75,
                "fee": 2.63,
                "netAmount": 72.37,
                "threeDSAuthenticated": false,
                "timeEffective": "2026-06-08T00:00:00+08:00",
                "createdOn": "2026-06-04T14:33:57+08:00",
                "timeAvailable": "2026-06-08T00:00:00+08:00"
            },
            {
                "itemId": "336347",
                "gatewayTransactionId": 1234,
                "description": "54243223",
                "reportingCategory": "sale",
                "currency": "AUD",
                "grossAmount": 75,
                "fee": 2.63,
                "netAmount": 72.37,
                "threeDSAuthenticated": false,
                "timeEffective": "2026-06-08T00:00:00+08:00",
                "createdOn": "2026-06-04T16:13:43+08:00",
                "timeAvailable": "2026-06-08T00:00:00+08:00"
            },
            {
                "itemId": "336521",
                "gatewayTransactionId": null,
                "description": "KOVENA_0604_01",
                "reportingCategory": "sale",
                "currency": "AUD",
                "grossAmount": 100,
                "fee": 3.5,
                "netAmount": 96.5,
                "threeDSAuthenticated": false,
                "timeEffective": "2026-06-08T00:00:00+08:00",
                "createdOn": "2026-06-04T20:07:56+08:00",
                "timeAvailable": "2026-06-08T00:00:00+08:00"
            },
            {
                "itemId": "336554",
                "gatewayTransactionId": 4562,
                "description": "08192605",
                "reportingCategory": "sale",
                "currency": "AUD",
                "grossAmount": 199.8,
                "fee": 7.79,
                "netAmount": 192.01,
                "threeDSAuthenticated": false,
                "timeEffective": "2026-06-08T00:00:00+08:00",
                "createdOn": "2026-06-06T17:00:07+08:00",
                "timeAvailable": "2026-06-08T00:00:00+08:00"
            }
        ]
    }
}