---
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, cents — Amount of the refund in cents
      - `currency_code` string, ISO 4217 currency codes — Currency of the refund
    - `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

---

[API](https://skmtc.net/itsrever/apis/rever-admin-api.md) · [All operations](https://skmtc.net/itsrever/apis/rever-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/itsrever/rever-admin-api/versions/290da8fa387e/schema)
