---
title: "POST /v1/{+name}:accept"
method: POST
path: "/v1/{+name}:accept"
tags: ["buyers"]
---

# POST /v1/{+name}:accept

`POST /v1/{+name}:accept`

Accepts the proposal at the given revision number. If the revision number in the request is behind the latest from the server, an error message will be returned. This call updates the Proposal.state from `BUYER_ACCEPTANCE_REQUESTED` to `FINALIZED`; it has no side effect if the Proposal.state is already `FINALIZED` and throws exception if the Proposal.state is not either `BUYER_ACCEPTANCE_REQUESTED` or `FINALIZED`. Accepting a proposal means the buyer understands and accepts the Proposal.terms_and_conditions proposed by the seller.

## Path parameters

- `name` string, required

## Request body

- AcceptProposalRequest — Request to accept a proposal. Accepting a proposal implies acceptance of the publisher terms_and_conditions, if any.
  - `proposalRevision` string, int64 — The last known client revision number of the proposal.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/authorizedbuyersmarketplace.md) · [All operations](https://skmtc.net/google/apis/authorizedbuyersmarketplace/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/authorizedbuyersmarketplace/revisions/13e307206f76/schema)
