Get Merchant Payouts
Endpoint: GET https://api.zamplabs.com/api/v1/transfer/payouts
Get all payouts of merchant
Response JSON Representation
{
"data": {
"transactions":[{
"id": "16hd22_fyy9db8pBx3sXJN254S59G_03_14",
"title": "Payout to Jhon Doe",
"sub_title": "",
"status": "failed",
"transaction_type": "",
"transfer_method": "CREDIT_REVERSAL",
"transfer_type": "debit",
"transaction_hash": "",
"bank_reference_number": "",
"total_cost": 15,
"beneficiary_name": "",
"beneficiary_account_number": "AE150960000390011419331",
"reference_note": "",
"amount": {
"source_amount": "79.88",
"receiving_amount": "64.88",
"source_amount_currency": {
"name": "AED",
"symbol": "AED"
},
"receiving_amount_currency": {
"name": "AED",
"symbol": "AED"
}
},
"created_at": "2025-03-13T21:12:31.278143Z",
"updated_at": "2025-03-13T21:12:31.278143Z",
"beneficiary_id": "2nnuai_YoEVJ5Zd4JtSLuUQguNF8U_02_28",
}],
"meta_data": {
"total_count": 15
}
}
}
Error codes
HTTP Code | Error Response | Description |
---|---|---|
404 | {"code":"RECORD_NOT_FOUND","message":"Unable to find the record requested."} | Payout not found |