List payouts
Lists Hyperswitch payouts for the authenticated organization via the engine SDK (`GET /v1/payouts`), each joined with its org-scoped `settlementExtension` sidecar (the MVS platform approval-workflow gate). The sidecar is attached as `extension`, or `null` when none has been persisted or it belongs to a different organization. Pagination uses `limit`/`offset`; `total` is the engine's `total_count` when present, otherwise `payouts.length + offset`.
Authentication
x-api-keystring
A scoped MvsPayApiKey, e.g. mvspay_live_…. Mint and scope keys from the dashboard (Settings → API Keys).
Query parameters
limit
Max rows to return.
offset
Rows to skip.
Response
A page of payouts, each with its settlement-extension sidecar.
payouts
total
limit
offset
Errors
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
502
Bad Gateway Error