GET
/
3p
/
api
/
v2
/
batch-payouts
/
{batch_payout_uuid}
{
  "success": true,
  "data": {
    "status": true,
    "message": "",
    "data": {
      "total": 4400,
      "direction": "credit",
      "payee_id": [
        {
          "payee_id": "0cda5458-660f-4f12-9447-e432da2f959c",
          "total": 4400,
          "transactions": [
            {
              "transaction_id": "9ccf5706-dff0-46c7-bf74-4e34dc998485",
              "client_reference_id": "typesetting",
              "amount": 4400
            }
          ]
        }
      ]
    },
    "errors": null,
    "error_code": null
  }
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

batch_payout_uuid
string
required

UUID of the batch payout

Response

200
application/json
Batch payout details retrieved successfully
success
boolean
Example:

true

data
object