---
title: "Accept review billing transfer"
method: POST
path: "/api/v1/review-billing-transfer/accept"
tags: ["reviews"]
---

# Accept review billing transfer

`POST /api/v1/review-billing-transfer/accept`

## Request body

- ReviewBillingTransferRequest
  - `repo` string, required

## Response `200`

ReviewBillingTransferState

- ReviewBillingTransferStateEncoded
  - `repo` string, required
  - `billingOrgId` string, nullable, required
  - `offer` ReviewBillingTransferOfferEncoded, required
    - `fromOrgId` string, required
    - `toOrgId` string, required
    - `createdAt` string, required

## Other responses

- `401` — capy/Unauthorized
- `403` — capy/Forbidden
- `422` — capy/ReviewRefused

## Changes

- **2026-08-27** `6cd1e287d2c5` — 2 info
  - added `#/components/schemas/ReviewBillingTransferOfferEncoded` to the `offer` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/ReviewBillingTransferOffer` from the `offer` response property `anyOf` list for the response status `200`
- **2026-08-11** `792c11dd1007` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/capy/apis/capy-api/changes/api/v1/review-billing-transfer/accept/post.md)

---

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