Get Merchant Payout Summary (Admin)
Last modified:2026-07-10 13:15:30
Maintainer:Not configured
Returns a merchant's full payout summary: total earned, paid out, outstanding balance, and bank details on file. Admin auth required.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json
curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/payouts/merchant/{{merchantId}}/summary' \
--header 'Authorization: Bearer <token>'
Response Response Example
Modified at 2026-07-10 13:15:30