---
title: "List developer OAuth billing settlements"
method: GET
path: "/v3/developer/oauth-billing/settlements"
tags: ["OAuth Billing"]
---

# List developer OAuth billing settlements

`GET /v3/developer/oauth-billing/settlements`

Requires business auth with `business:manage_developer_settings`.

## Query parameters

- `page_size` integer
- `next_cursor` string
- `previous_cursor` string
- `status` string

## Response `200`

OAuth billing settlement collection

- OAuthBillingSettlementCollectionResponseBody — Paginated list payload for v3.
  - `data` OAuthBillingSettlement[], required
    - `id` string, uuid
    - `timestamp` string, date-time
    - `settlement_rail` 'xendit'
    - `status` string
    - `amount` integer
    - `currency` string
    - `balance_before` integer
    - `balance_after` integer
    - `description` string
    - `xendit_transfer_id` string, nullable
    - `business_id` integer
    - `metadata` object
  - `is_paginated` true, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/730030bd6477/schema)
