---
title: "Create Team Topup"
method: POST
path: "/billing/teams/{team_id}/topup"
tags: ["billing"]
---

# Create Team Topup

`POST /billing/teams/{team_id}/topup`

Top up the shared team pool (a $1/unit one-time payment). Owner/admin.

## Path parameters

- `team_id` string, required

## Request body

- TeamTopupRequest — Body for POST /billing/teams/{id}/topup — top up the shared pool.
  - `amount_dollars` integer
  - `return_url` string, required
  - `cancel_url` string, nullable

## Response `200`

Successful Response

- BillingCheckoutResponse
  - `checkout_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
