---
title: "POST /v1/ops/submit_authorization"
method: POST
path: "/v1/ops/submit_authorization"
tags: ["Processes"]
---

# POST /v1/ops/submit_authorization

`POST /v1/ops/submit_authorization`

Submits an authorization decision (approve or decline) for a return process. If declined, records the reason. Optionally accepts a refund override.

## Request body

- OpspbSubmitAuthorizationRequest
  - `authorized` boolean
  - `process_id` string
  - `refund_override` OpspbRefundOverride
    - `amount` OpspbOpsMoney
      - `amount` string
      - `currency_code` string
    - `reason` string
    - `requested` boolean
  - `unauthorized_reason` string
  - `user` string

## Response `200`

OK

- OpspbSubmitAuthorizationResponse

## Changes

- **2026-08-13** `8506f9062fca` — 1 breaking, 1 warning, 2 info
  - the `refund_override/amount` request property type/format changed from ``/`` to `object`/``
  - removed `#/components/schemas/opspb.OpsMoney` from the `refund_override/amount` request property `allOf` list
  - added the new optional request property `refund_override/amount/amount`
  - added the new optional request property `refund_override/amount/currency_code`

[Change history](https://skmtc.dev/itsrever/apis/rever-admin-api/changes/v1/ops/submit_authorization/post.md)

---

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