---
title: "GET /v1/processes/{process_id}/authorization_status"
method: GET
path: "/v1/processes/{process_id}/authorization_status"
tags: ["Processes"]
---

# GET /v1/processes/{process_id}/authorization_status

`GET /v1/processes/{process_id}/authorization_status`

GetAuthorizationStatus returns the authorization status and details of a process

## Path parameters

- `process_id` string, required

## Response `200`

OK

- PbGetAuthorizationStatusResponse
  - `authorization_details` PbGetAuthorizationStatusResponseAuthorizationDetails
    - `refund_override_amount` PbMoney
      - `amount` string
      - `currency_code` string
    - `refund_override_reason` string
    - `user` string
  - `authorization_status` 'AUTHORIZATION_STATUS_UNSPECIFIED' | 'AUTHORIZATION_STATUS_AUTHORIZATION_PENDING' | 'AUTHORIZATION_STATUS_DOCUMENT_UPLOAD_PENDING' | 'AUTHORIZATION_STATUS_AUTHORIZED' | 'AUTHORIZATION_STATUS_NOT_AUTHORIZED' | 'AUTHORIZATION_STATUS_NO_AUTHORIZATION_REQUIRED', enum
  - `unauthorization_details` PbGetAuthorizationStatusResponseUnauthorizationDetails
    - `reason` string
    - `user` string

## Changes

- **2026-08-13** `8506f9062fca` — 2 breaking
  - the `authorization_details/refund_override_amount/amount` response's property type/format changed from `string`/`cents` to `string`/`` for status `200`
  - the `authorization_details/refund_override_amount/currency_code` response's property type/format changed from `string`/`ISO 4217 currency codes` to `string`/`` for status `200`

[Change history](https://skmtc.dev/itsrever/apis/rever-admin-api/changes/v1/processes/:process_id/authorization_status/get.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)
