---
title: "Meta Ads creator payout balances"
method: GET
path: "/meta-ads/payouts"
tags: ["Meta Ads"]
---

# Meta Ads creator payout balances

`GET /meta-ads/payouts`

Per-creator rev-share payout balances for the shop (the Meta Ads Payouts tab), plus summary totals: total owed, ready to pay, and paid in the last 30 days. These are Meta rev-share Stripe payouts and are distinct from Creator Community campaign payments at `/campaigns/payments/*`. All cents are in the shop's Meta ad account currency (echoed as `currency`). Single shop only.

## Response `200`

Successful Response

- MetaAdsPayoutsResponse
  - `payouts` MetaAdsPayoutItem[]
    - `creator_id` string, required
    - `creator_handle` string, nullable
    - `creator_name` string, nullable
    - `balance_owed_cents` integer
    - `status` string, required — 'ready' (balance > 0) or 'paid'. V1 only.
    - `tax_status` string — 'complete' | 'missing' | 'unknown' (W-9 gate).
    - `last_payout_at` string, nullable
  - `total_owed_cents` integer — Sum of balance_owed_cents, cents.
  - `ready_cents` integer — Balance ready to pay (equals total_owed in V1), cents.
  - `paid_period_cents` integer — Sum of transfers in the last 30 days, cents.
  - `currency` string, nullable — ISO 4217 currency of the shop's connected Meta ad account. Null when no ad account is connected or the currency is unknown.

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/643422c93bd8/schema)
