Skip to main content
GET
/
3p
/
api
/
v2
/
batch-payouts
/
processor
/
{batch_payout_uuid}
Get Processor Batch Payout ( STABLE )
curl --request GET \
  --url https://api.grailpay.com/3p/api/v2/batch-payouts/processor/{batch_payout_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "",
  "data": {
    "uuid": "ec0eb270-b656-4ffe-8799-66508ad48e18",
    "amount": 4400,
    "trace_id": "ach_11kt6v9715jp67t",
    "payout_status": "PAYOUT_COMPLETE",
    "ach_return_code": null,
    "failure_reason": null,
    "transactions": [
      {
        "transaction_uuid": "9ccf5706-dff0-46c7-bf74-4e34dc998485",
        "amount": 2200,
        "transaction_fee": 0,
        "trace_id": "ach_11kt5sew15jj2dp",
        "capture_status": "CAPTURE_COMPLETE",
        "ach_return_code": null,
        "failure_reason": null,
        "created_at": "2025-02-15 12:15:15",
        "updated_at": "2025-02-16 14:15:15"
      }
    ],
    "vendor_name": "Vendor-1",
    "created_at": "2025-02-17 11:15:15",
    "updated_at": "2025-02-18 17:15:15"
  },
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme. This is provided by the GrailPay Customer Support Team

Path Parameters

batch_payout_uuid
string<uuid>
required

UUID of the batch payout

Response

Processor 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