---
title: "Get a developer OAuth billing charge"
method: GET
path: "/v3/developer/oauth-billing/charges/{id}"
tags: ["OAuth Billing"]
---

# Get a developer OAuth billing charge

`GET /v3/developer/oauth-billing/charges/{id}`

Requires business auth with `business:manage_developer_settings`.

## Response `200`

OAuth billing charge

- OAuthBillingCharge
  - `id` string, uuid
  - `timestamp` string, date-time
  - `captured_at` string, date-time, nullable
  - `billing_tag` string
  - `billing_idempotency_key` string
  - `action_key` string
  - `gross_amount` integer
  - `platform_fee_bps` integer
  - `platform_fee_amount` integer
  - `developer_net_amount` integer
  - `currency` string
  - `reservation_id` string, uuid
  - `request_id` string, nullable
  - `metadata` object
  - `capture_context` OAuthBillingCaptureContext — Safe OAuth app billing capture summary returned on developer-facing billing reservation, billing charge, and developer earnings ledger payloads. Raw request/response bodies, headers, customer message text, and raw webhook payloads are intentionally excluded.
    - `application_id` integer, nullable
    - `application_name` string, nullable
    - `billing_tag` string, nullable
    - `action_key` string, nullable
    - `action_label` string, nullable
    - `reservation_id` string, nullable
    - `charge_id` string, nullable
    - `request_id` string, nullable
    - `billing_idempotency_key` string, nullable
    - `merchant_business_id` integer, nullable
    - `developer_business_id` integer, nullable
    - `oauth_authorized_business_id` integer, nullable
    - `gross_amount` integer, nullable
    - `platform_fee_amount` integer, nullable
    - `developer_net_amount` integer, nullable
    - `currency` string, nullable
    - `response_status` integer, nullable
  - `oauth_application_id` integer
  - `oauth_authorized_business_id` integer
  - `merchant_business_id` integer
  - `developer_business_id` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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/versions/730030bd6477/schema)
