GET
/
3p
/
api
/
v2
/
batch-merchant-payouts
/
{batch_merchant_payout_uuid}
{
  "status": true,
  "message": "",
  "data": {
    "uuid": "ec0eb270-b656-4ffe-8799-66508ad48e18",
    "amount": 4400,
    "trace_id": "ach_11kt6v9715jp67t",
    "payout_status": "PAYOUT_COMPLETE",
    "transactions": [
      {
        "transaction_uuid": "9ccf5706-dff0-46c7-bf74-4e34dc998485",
        "amount": 4400,
        "transaction_fee": 0,
        "trace_id": "ach_11kt5sew15jj2dp",
        "capture_status": "CAPTURE_COMPLETE"
      }
    ],
    "created_at": "2025-02-16 14:15:15",
    "updated_at": "2025-02-18 14:15:15"
  },
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

batch_merchant_payout_uuid
string
required

UUID of the batch merchant payout

Example:

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

Response

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

true

message
string
Example:

""

data
object
errors
object | null
Example:

null

error_code
object | null
Example:

null