# User Authorization

## Overview

{% hint style="success" %}

### Header

* **Field:** Authorization
* **Value:** `Bearer + (Access token)`
  {% endhint %}

### Usage

1. **For POST requests** that request transaction processing set a request header containing the authorization.

**Note:** Ensure that on value Bearer follows up with space before access token, i.e: \
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIDExZDkiLCJpY.......aC"
