GET
/
3p
/
api
/
v2
/
batch-payouts
{
  "status": true,
  "message": "",
  "data": {
    "batch_payouts": [
      {
        "batch_payout_uuid": "9bd53fe1-ac74-4e81-b6f2-be88b7c86a68",
        "amount": 10000,
        "date": "2024-04-18 01:00:20"
      }
    ],
    "pagination": {
      "current_page": 1,
      "total_pages": 3,
      "total_items": 30,
      "per_page": 10
    }
  },
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Query Parameters

start_date
string

Filter by start date (YYYY-MM-DD)

end_date
string

Filter by end date (YYYY-MM-DD)

sort_order
enum<string>

Sort order ('oldest' or 'newest')

Available options:
oldest,
newest
page
integer

Page number for pagination

Example:

1

per_page
integer

Number of records per page

Example:

10

Response

200
application/json
Batch payouts retrieved successfully
status
boolean
Example:

true

message
string
Example:

""

data
object
errors
object | null
Example:

null

error_code
object | null
Example:

null