Skip to main content
GET /api/v2/billing/payout-activity Returns the payout activity for your organization — one row per payout run, with its status, period, the legal payout entity it was paid to, currency, amount, and the expected or actual payout date. It powers the Payout activity section at the top of the Payouts tab on the org Billing page.
Payout runs are executed manually by the Interchange finance team (see Billing overview). This endpoint currently always returns { "rows": [] } — it will start populating once the first payout run produces an artifact for your organization. Nothing is fabricated: an empty list means no payout has run yet, not that the endpoint is broken.

Request

curl

Parameters

From an agent (MCP)

The get_payout_activity operation on the storefront api_call tool returns the same rows.

Response

Once payout runs exist, each row looks like:

Errors

  • 401 UNAUTHORIZED — missing or invalid bearer token.
  • 403 ACCESS_DENIEDtargetCustomerId isn’t a child of the requesting organization.
See Errors for the full error contract.

Get billing config

Fees, currency, net days, masked payout details

Billing overview

How payouts work