GET
/
processor
/
api
/
v1
/
batchpayout
/
{payout_uuid}
{
  "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

payout_uuid
string
required

Payout UUID

Example:

"9bd53fe1-ac74-4e81-b6f2-be88b7c86a68"

Response

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

true

message
string
Example:

""

data
object
errors
string | null
Example:

null

error_code
string | null
Example:

null