---
title: "Get payout preview for approvals"
method: GET
path: "/payouts/{id}/preview"
tags: ["Payouts"]
---

# Get payout preview for approvals

`GET /payouts/{id}/preview`

Returns lightweight payout split rows and beneficiary resolution status used by approvals dropdowns.

## Path parameters

- `id` string, required — Unique identifier of the payout to retrieve.

## Query parameters

- `includeSettlementSummary` boolean — When true, includes the Airwallex settlement summary for the payout preview.

## Response `200`

OK

- object
  - `payout` object, required — Lightweight payout summary used by approvals and payout queue UIs.
    - `id` string, required — A unique identifier for this payout.
    - `status` 'UPCOMING' | 'FAILED' | 'PROCESSING' | 'PAID' | 'CANCELLED', required — Current payment status of this payout.
    - `approval` 'PENDING' | 'APPROVED' | 'REJECTED', required — Approval status for this payout.
    - `method` 'AIRWALLEX' | 'STRIPE' | 'MANUAL', required — The payout channel used for disbursing funds.
    - `frequency` 'DAILY' | 'WEEKLY' | 'AFTER_EVENT' | 'ON_DEMAND' — Schedule on which this payout is generated.
    - `structure` string, required — Data structure defining how funds are allocated in this payout.
    - `createdAt` string, date-time, required — Timestamp in ISO 8601 format when this payout was created.
    - `dueAt` string, date-time — Earliest timestamp in ISO 8601 format when this payout can be picked up for processing. This is not a guaranteed bank arrival time.
    - `teamId` string, required — Team receiving this payout. BREAKING CHANGE: Replaced promoterId/promoterSlug.
    - `eventId` string, required — Identifier of the event for which this payout was generated.
    - `event` object, required — Information about the event associated with this payout.
      - `id` string, required — Unique identifier for the event associated with this payout.
      - `name` string, required — Human-readable name of the event.
      - `slug` string, required — URL-friendly slug identifier for the event.
      - `location` string — Optional human-readable location name where the event takes place.
    - `price` object, required — Summary of event/order-derived amounts for this payout.
      - `net` integer, required — Total amount to pay to promoter. Calculated as: total + booking + refunded + dispute
      - `total` integer, required — Total amount the collected in ticket revenue. Calculated as: gross + discount
      - `gross` integer, required — Total amount before refunds, disputes and discounts. Calculated as: base + booking + shipping
      - `base` integer, required — Total value of tickets.
      - `booking` integer, required — Total value of booking fees (non-refundable).
      - `shipping` integer, required — Total value of shipping.
      - `sms` integer — Total SMS delivery fees collected in cents (owed to Session Services, not the event organiser).
      - `refunded` integer, required — Total value of refunds (negative value).
      - `discount` integer, required — Total value of discounts (negative value).
      - `gateway` integer, required — Total value of absorbed payment gateway fees. Negative values are charges; positive values are reversals.
      - `dispute` integer, required — Total value of non-absorbed payment gateway fees. Negative values are charges; positive values are reversals.
      - `deductions` integer — Deprecated total value of legacy payout-level deductions. New recovery amounts are exposed through payout adjustments.
      - `currency` 'AED' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BZD' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MNT' | 'MOP' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SRD' | 'SVC' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'ZAR' | 'ZMW' | 'ZWL', required — Currency code in ISO 4217 format.
  - `rows` object[], required — Non-zero split rows with beneficiary resolution status and warnings.
    - `kind` 'tickets' | 'tenant' | 'venue' | 'team' | 'sessions', required — Split component represented by this row.
    - `amount` integer, required — Amount in cents for this split component.
    - `currency` 'AED' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BZD' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MNT' | 'MOP' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SRD' | 'SVC' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'ZAR' | 'ZMW' | 'ZWL', required — Currency code for this split component.
    - `beneficiary` object, required
      - `status` 'VALID' | 'FALLBACK' | 'MISSING', required — Resolution status for the beneficiary used by this split. FALLBACK indicates a non-strict match was used, MISSING means no beneficiary is configured.
      - `warning` string — Optional warning message shown when fallback or missing beneficiary resolution was required.
      - `beneficiary` object
        - `id` string — Identifier for the beneficiary.
        - `teamId` string — Team that owns this beneficiary configuration.
        - `name` string, required — Display name for the resolved beneficiary.
        - `gateway` 'AIRWALLEX' | 'STRIPE' — Payment gateway for this beneficiary when available from configuration.
        - `gatewayId` string, required — Gateway-specific beneficiary identifier used for transfer creation.
        - `currency` 'AED' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BZD' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MNT' | 'MOP' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SRD' | 'SVC' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'ZAR' | 'ZMW' | 'ZWL', required — Currency configured for this beneficiary.
  - `settlementSummary` object, required — Settlement status summary for the payout event. Airwallex payouts expose settled vs awaiting-settlement buckets.
    - `state` 'TRACKED' | 'N_A' | 'SKIPPED', required — Whether settlement tracking applies to this payout preview. Non-Airwallex payouts return N_A.
    - `settled` object — Completed Airwallex orders that already have settlement data available.
      - `orders` integer, required — Number of orders in this settlement bucket.
      - `price` object, required — Aggregated totals for the orders in this bucket, in the bucket's native currency.
        - `net` integer, required — Total amount to pay to promoter in cents. Calculated as: total + booking + refunded + dispute
        - `total` integer, required — Total amount the customer should pay in cents. Calculated as: gross + discount
        - `gross` integer, required — Total amount before refunds and discounts in cents. Calculated as: base + booking + shipping
        - `base` integer, required — Total ticket price in cents
        - `booking` integer, required — Total booking fees in cents (non-refundable)
        - `shipping` integer, required — Total shipping amount in cents
        - `sms` integer — SMS delivery fee in cents (customer-facing price in event currency)
        - `refunded` integer, required — Total amount refunded in cents (negative value)
        - `discount` integer, required — Total amount discounted in cents (negative value)
        - `gateway` integer, required — Total absorbed payment gateway fees in cents (negative value)
        - `dispute` integer, required — Total non-absorbed payment gateway fees in cents (negative value)
        - `currency` 'AED' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BZD' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MNT' | 'MOP' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SRD' | 'SVC' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'ZAR' | 'ZMW' | 'ZWL', required — Currency code in ISO 4217 format
    - `awaitingSettlement` object — Completed Airwallex orders still waiting on settlement ingestion.
      - `orders` integer, required — Number of orders in this settlement bucket.
      - `price` object, required — Aggregated totals for the orders in this bucket, in the bucket's native currency.
        - `net` integer, required — Total amount to pay to promoter in cents. Calculated as: total + booking + refunded + dispute
        - `total` integer, required — Total amount the customer should pay in cents. Calculated as: gross + discount
        - `gross` integer, required — Total amount before refunds and discounts in cents. Calculated as: base + booking + shipping
        - `base` integer, required — Total ticket price in cents
        - `booking` integer, required — Total booking fees in cents (non-refundable)
        - `shipping` integer, required — Total shipping amount in cents
        - `sms` integer — SMS delivery fee in cents (customer-facing price in event currency)
        - `refunded` integer, required — Total amount refunded in cents (negative value)
        - `discount` integer, required — Total amount discounted in cents (negative value)
        - `gateway` integer, required — Total absorbed payment gateway fees in cents (negative value)
        - `dispute` integer, required — Total non-absorbed payment gateway fees in cents (negative value)
        - `currency` 'AED' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BZD' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MNT' | 'MOP' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SRD' | 'SVC' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'ZAR' | 'ZMW' | 'ZWL', required — Currency code in ISO 4217 format

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

---

[API](https://skmtc.net/session/apis/session-services-api.md) · [All operations](https://skmtc.net/session/apis/session-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/session/session-services-api/revisions/b7e11f398fe0/schema)
