Skip to main content
GET /api/v2/billing/payout-activity Returns payout activity for your organization. Today it returns kind: "setup" rows showing when payout details were added, updated, or cleared and who made the change. The response contract also reserves kind: "ledger" rows for actual payout runs. 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). No producer projects those runs into kind: "ledger" rows yet. Setup/audit rows are live now; an empty list means there have been no qualifying payout-detail changes for the organization.

Request

curl

Parameters

From an agent (MCP)

The get_payout_activity operation on the legacy v2 Seller Account storefront api_call tool returns the same rows.

Response

A current setup row looks like:

Setup row fields (live)

Ledger row fields (reserved; producer not built)

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